Template:Tf aws provider tags

From wikieduonline
Revision as of 09:40, 7 February 2024 by Welcome (talk | contribs)
Jump to navigation Jump to search
# Terraform 0.12 and later syntax
provider "aws" {
  # ... other configuration ...
  default_tags {
    tags = {
      Environment = "Production"
      Owner       = "Ops"
    }
  }
}

Advertising: