Terraform provider-level tagging
Jump to navigation
Jump to search
# Terraform 0.12 (2019) and later syntax provider "aws" { # ... other configuration ... default_tags { tags = { Environment = "Production" Owner = "Ops" } } }
See also[edit]
Advertising: