-
Notifications
You must be signed in to change notification settings - Fork 674
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
Unable to set tags on network resources since 1.64 #5258
Comments
@ujjwal-ibm Can you check on this |
looking at it |
@lra |
It does not look like it's a terraform problem, with new resources I can tag and untag them with terraform. I guess I'll open a ticket with support as it's a problem with the IBM tags service itself. |
If you are interested, I opened a case: CS3880346 |
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
Running apply does nothing, the tags are drifting to be added on the next plan
Workaround is to remove out tags:
tags = []
It worked on 1.63 and below.
The text was updated successfully, but these errors were encountered: