Get tags attached to the specified AWS Organizations resource.
data "aws_organizations_resource_tags" "account" {
resource_id = "123456123846"
}
resource_id
- (Required) ID of the resource with the tags to list. See details below.You can specify any of the following taggable resources.
ou-
and looks similar to: ou-1a2b-34uvwxyz
r-
and looks similar to: r-1a2b
p-
and looks similar to: p-12abcdefg3
This data source exports the following attributes in addition to the arguments above:
tags
- Map of key=value pairs for each tag set on the resource.