Oskar

Results 3 issues of Oskar

https://github.com/isaaguilar/terraform-operator/blob/050359562e483474fbd031d9cf758154c68b872b/pkg/controllers/terraform_controller.go#L541 lastCompletedGeneration is status is always 0 for me I would expect it to be "9" in this particular case. ``` status: lastCompletedGeneration: 0 outputs: instance_ip_addr: |- { XXXXXXXXXXXXXX }...

bug
good first issue

https://github.com/isaaguilar/terraform-operator/blob/master/pkg/controllers/terraform_controller.go#L408 Shouldn't this be true by default? It will create the secret but, the secret will contain no data. It's very misleading.

bug

It would be nice to have an option to cancel the remote run if timeout is reached. Real life use-case: 1) trigger tests from main workflow, set timeout to 30...

enhancement