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
If this issue appears to affect multiple resources, it may be an issue with
Terraform's core, so please mention this.
Terraform Configuration Files
We have "tags" defined in locals as a map
trying to merge the tags in any resource Is not working and has to be created seperately for each tag.tags={merge(locals.tags)}
Debug Output
Panic Output
Expected Behavior
Terraform should take the tags in the locals and create those tags on the resource as it does in any other provider.
Actual Behavior
it errors with "Unsupported attribute"
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
define tags in locals
try to use "merge" function in any ocean resource
terraform validate/apply/plan
Important Factoids
Are there anything atypical about your accounts that we should know?
References
Community Note
Please vote on this issue by adding a 👍 reaction to help the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered:
Terraform Version
0.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
Debug Output
Panic Output
Expected Behavior
Terraform should take the tags in the locals and create those tags on the resource as it does in any other provider.
Actual Behavior
it errors with "Unsupported attribute"
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Important Factoids
Are there anything atypical about your accounts that we should know?
References
Community Note
The text was updated successfully, but these errors were encountered: