terraform/ecc-aws-553-unused_clb/red2/provider.tf (18 lines of code) (raw):

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