Meta-Arguments in Terraform
Day 69 of #90DaysOfDevOps
When you define a resource block in Terraform, by default, this specifies one resource that will be created. To manage several of the same resources, you can use either count or for_each, which removes the need to write a se...
neel-soni.hashnode.dev5 min read