Difference between revisions of "Template:Tf aws provider tags"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
  # [[Terraform 0.12]] and later syntax
+
  # [[Terraform 0.12]] (2019) and later syntax
 
  [[Terraform provider: aws|provider]] "aws" {
 
  [[Terraform provider: aws|provider]] "aws" {
 
   # ... other configuration ...
 
   # ... other configuration ...

Latest revision as of 09:41, 7 February 2024

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

Advertising: