-
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
Add tag for resource groups #7811
Conversation
@@ -176,3 +216,45 @@ func resourceAwsResourceGroupsGroupDelete(d *schema.ResourceData, meta interface | |||
|
|||
return nil | |||
} | |||
|
|||
func tagsToMapRG(ts map[string]interface{}) map[string]string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can reuse the functionality in tagsGeneric.go
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks !!!! Good to know since I'm struggle with the Tag function !!
Hi @vnguyen7 👋There is a previously opened pull request for this functionality: #7774. In the situation, the maintainers would prefer if you worked with the previous contributor by either including their contributions, commenting/reviewing their contribution, or discussed with them using this pull request instead. Thanks for your understanding as we try to respect all contributions. |
Hi @vnguyen7 👋 Thank you for working on this and sorry it was previously lingering. 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 we would prefer to implement the newer methodology, we are going to opt to close this. 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! |
Add tags for resource group related to #7109 in order to fix from PR #7774 of joestump. (one last test )