-
Notifications
You must be signed in to change notification settings - Fork 592
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
tf-multienv-cicd-anthos-autopilot Terraform recreates/updates resources every run #1704
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
|
arueth
changed the title
tf-multienv-cicd-anthos-autopilot Terraform recreates resources every run
tf-multienv-cicd-anthos-autopilot Terraform recreates/updates resources every run
Aug 8, 2023
|
bourgeoisor
added
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
priority: p3
Desirable enhancement or fix. May not be included in next release.
labels
Aug 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Describe the bug
When running the
tf-multienv-cicd-anthos-autopilot
Terraform, multiple resources are recreated/updated each run due to perceived changes.To Reproduce
terraform apply
terraform apply
againAdditional context
This seems to be a byproduct of the modules used and not having proper
lifecycle
ignore_changes
set.Exposure
Persistent
The text was updated successfully, but these errors were encountered: