Open AndreasBergmeier6176 opened 6 months ago
I think the problem might be due to inherited tags. The Console does handle this properly - maybe the terraform code handles tags too simplistically - especially since removing an inherited tag is not possible.
Confirmed issue:
After the resource creation whiteout changing anything in the 2nd terraform apply
it tries to change the node_pool_auto_config
Is this specific to node_pool_auto_config or how empty arrays are handled under google_container_cluster?
Community Note
Terraform Version
Affected Resource(s)
google_container_cluster
Terraform Configuration
Debug Output
No response
Expected Behavior
There should not be an update.
Actual Behavior
The update output is:
even after applying, it still shows up in subsequent updates.
Steps to reproduce
terraform apply
terraform apply
terraform apply
Important Factoids
No response
References
No response
b/337531673