terraform/ecc-aws-353-redshift_user_activity_logging_enabled/red3/provider.tf (18 lines of code) (raw):

terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 5" } } } provider "aws" { profile = var.profile region = var.default-region default_tags { tags = { CustodianRule = "ecc-aws-353-redshift_user_activity_logging_enabled" ComplianceStatus = "Red" } } }