-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add tagging to aws_resourcegroup_group. #7774
Add tagging to aws_resourcegroup_group. #7774
Conversation
@bflad I tried creating an importer based on |
Related: #7811 |
Hi @joestump 👋 Thank you for working on this and sorry it was previously lingering. Relating to the if err := d.Set("tags", /* ... */); err != nil {
return fmt.Errorf("error setting tags: %s", err)
} As @DrFaust92 is mentioning above, there have been some consistency changes and simplifications to how to implement resource tagging into the Terraform AWS Provider codebase, which can be found in the Contributing Guide using a new internal Since we didn't see a response to the above and it appears this pull request wasn't in a mergeable state, we are going to opt to close this in preference of the one implementing the new methodology. Thanks again for your contribution here and let us know if you have any questions. |
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! |
Refs #6217.
Changes proposed in this pull request:
tags
attribute toaws_resourcegroup_group
.Output from acceptance testing:
Import test is currently failing. No idea why.