hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 8.99k forks source link

[New Resource]: AWS Organization Account Tag #38023

Open diegoroccia opened 1 week ago

diegoroccia commented 1 week ago

Description

This is a followup to 2 previous requests:

The second issue has been closed because it was a duplicate of the first one, and the first one was never worked on and eventually marked as stale and automatically closed

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_organizations_account_tag" "environment" {
  resource_id = var.account_id
  key         = "Environment"
  value       = var.environment
}

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 week ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue