Skip to content
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

Tags are not mergeable in any of the ocean resources #130

Open
JohnMops opened this issue Dec 8, 2020 · 0 comments
Open

Tags are not mergeable in any of the ocean resources #130

JohnMops opened this issue Dec 8, 2020 · 0 comments
Labels
kind/bug Categorizes an issue or PR as related to a bug.

Comments

@JohnMops
Copy link

JohnMops commented Dec 8, 2020

Terraform Version

0.12.29

Affected Resource(s)

Please list the resources as a list, for example:

  • all ocean_* resources

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:

  1. define tags in locals
  2. try to use "merge" function in any ocean resource
  3. 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.
@JohnMops JohnMops added the kind/bug Categorizes an issue or PR as related to a bug. label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes an issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant