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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.29
provider.ibm v1.16.1
Affected Resource(s)
Please list the resources as a list, for example:
ibm_container_vpc_cluster
ibm_container_vpc_worker_pool
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Then ran plan, and ran apply. So the new labels should have shown up.
Actual Behavior
What actually happened?
If the resources have not been created yet, whatever the labels are set to will be created.
Once the resources have been created, and we are just modifying the labels (add, delete, modify), the labels are not updated.
The plan did not indicate anything needed to be updated.
The apply ran and did not update the labels.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
Verify the default labels showed up as defined
Supply new values for the labels in variables.json (did not update the defaults)
terraform plan
terraform apply
Verify labels did not change from those seen in step 3
8.terraform destroy
terraform plan
terraform apply
Verify the labels defined in step 4 have now been created
Note, when working the "tags" for ibm_container_vpc_cluster, any change variables is noticed and the cluster is updated.
Important Factoids
Working with IBM Cloud VPC Gen 2 Clusters
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? No.
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.12.29
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Expected Behavior
What should have happened?
After the ibm_container_vpc_worker_pool and ibm_container_vpc_cluster were created, we changed the value of the labels.
Then ran plan, and ran apply. So the new labels should have shown up.
Actual Behavior
What actually happened?
If the resources have not been created yet, whatever the labels are set to will be created.
Once the resources have been created, and we are just modifying the labels (add, delete, modify), the labels are not updated.
The plan did not indicate anything needed to be updated.
The apply ran and did not update the labels.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
terraform plan
terraform apply
8.
terraform destroy
terraform plan
terraform apply
Note, when working the "tags" for ibm_container_vpc_cluster, any change variables is noticed and the cluster is updated.
Important Factoids
Working with IBM Cloud VPC Gen 2 Clusters
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? No.
The text was updated successfully, but these errors were encountered: