Day 69 - Meta-Arguments in Terraform
May 20, 2024 · 5 min read · 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...
Join discussion











