You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is something awry in the terraform definition whereby either or both of these is true:
It does not contain some default values
It opaquely sets some values, regardless of the current value
As a result, terraform apply always has changes. Sometimes, there are changes to things like version numbers in AWS services that cause terraform to want to update certain configuration items, but this is not the case here.
To reproduce -
cd to a terraform directory (e.g. pipeline/terraform/2024-02-01)
terraform init
terraform plan
If this is an existing pipeline, set according to the tf definitions, it should say there is nothing to do.
It actually says 5 to add, 57 to change, 5 to destroy.
terraform apply (and yes to apply the change)
terraform plan again
The response is once again 5 to add, 57 to change, 5 to destroy.
The text was updated successfully, but these errors were encountered:
There is something awry in the terraform definition whereby either or both of these is true:
As a result, terraform apply always has changes. Sometimes, there are changes to things like version numbers in AWS services that cause terraform to want to update certain configuration items, but this is not the case here.
To reproduce -
5 to add, 57 to change, 5 to destroy.
5 to add, 57 to change, 5 to destroy.
The text was updated successfully, but these errors were encountered: