Policy Packs
Enforce Creator and Creation Time Tags for AWS S3 Buckets

Policy Setting: AWS > S3 > Bucket > Tags

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_s3_bucket_tags" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-s3#/policy/types/bucketTags"
value = "Check: Tags are correct"
# value = "Enforce: Set tags"
}