-
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
Need Ability to Add Tags to Organizations Role Created with the Resource "aws_organizations_account" #30159
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
ref: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_tag It could be useful for others to change the title of your issue. § Done Workaround: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/resource-tagging https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role#tags
|
hi @good92 - thank you for your response. |
Your are not alone for this: #30240 |
Description
Please add a resource to tag aws_iam_roles, similar to the "aws_ec2_tag" resource that allows us to manage tags for EC2 resources created outside of Terraform. We specifically need this "aws_iam_role_tag" so we can tag the Organizations role created with the resource "aws_organizations_account". Could you please add this resource or share if the solution already exists?
Requested Resource(s) and/or Data Source(s)
aws_iam_role_tag
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: