Day 69 : Meta-Arguments in Terraform
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 separate block of code for e...
May 14, 20245 min read8
