Terraform provider-level tagging

From wikieduonline
Revision as of 13:20, 6 March 2023 by Newworld (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"
    }
  }
}

See also

Advertising: