-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
fix: prevent inconsistent planning #198
base: master
Are you sure you want to change the base?
fix: prevent inconsistent planning #198
Conversation
@gavinbunney hope you're doing well. Any chance to review this PR please ? |
@gavinbunney I see this change from @zenobios is still pending from some time ago Would that be possible to be reviewed in the short term? Thanks in advance |
@gavinbunney blocked on this issue. |
@zenobios the actual issue is in the terraform ? Why NewValueKnown for the "yaml_body" key is returning false ? |
@nestor-lobo-work creating the resource using the templatefile seems to be working fine. resource "kubectl_manifest" "argocd_apps" { |
I built it locally including that fix, however it still failed due to inconsistent plan. |
Thanks @zenobios for you work on this. It seems to work for me when template variables are updated from other resources. |
Released in "2.0.3-rc2". Please test if that version covered your usecases.
Cheers |
This PR fixes the issue reported in #162 by resetting
yaml_body_parsed
andyaml_incluster
in caseyaml_body
has been changed.