terraform-preview.png
Terraform and "Default Tags"
Sept. 20, 2021, 1:03 p.m.
There is a nice feature in Terraform AWS provider which is named `default_tags`. The idea is very simple: now you don't need to place `tags` block in each resource. You can define it once per provider, and these tags will be applied to all (or almost all) resources that support tagging.
Loading...