Template:Tf aws provider tags

From wikieduonline
Jump to navigation Jump to search
# Terraform 0.12 (2019) and later syntax
provider "aws" {
  # ... other configuration ...
  default_tags {
    tags = {
      Environment = "Production"
      Owner       = "Ops"
    }
  }
}

Advertising: