-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adding multiple tags to a cloudHSM cluster does not work #9871
Comments
Reference: #9871 Output from acceptance testing: ``` --- PASS: TestAccAWSCloudHsm2Cluster_Tags (281.94s) --- PASS: TestAccAWSCloudHsm2Cluster_basic (286.25s) ```
Reference: #9871 Output from acceptance testing: ``` --- PASS: TestAccAWSCloudHsm2Cluster_Tags (281.94s) --- PASS: TestAccAWSCloudHsm2Cluster_basic (286.25s) ```
The fix for this has been merged and will release with version 2.34.0 of the Terraform AWS Provider, between now and next Thursday. |
This has been released in version 2.34.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
$ terraform -v
Terraform v0.12.6
Affected Resource(s)
Debug Output
https://gist.github.com/mudlark/0a917aa4863023da1b5843d23ba63d1e
Panic Output
Expected Behavior
4 tags created:
Actual Behavior
1 tag created (org: infra in this case, but it's random)
Steps to Reproduce
Create a cloudHSM cluster resource with more than 1 tag.
terraform apply
Important Factoids
I've fixed this in PR 9741
References
The text was updated successfully, but these errors were encountered: