We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 } phase: completed podNamePrefix: oskarrro-testo-ko7txe2x stage: generation: 9 interruptible: true podType: "" reason: COMPLETED_APPLY startTime: "2022-11-10T20:58:19Z" state: complete stopTime: "2022-11-10T20:58:19Z" stages: []
The text was updated successfully, but these errors were encountered:
Thanks, I'll increment the status on successful workflow executions. I didn't find that field very useful, but it should be a trivial fix.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: