Terraform provider-level tagging
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: