Nikhil Yadavnikhil-blogs.hashnode.dev·May 20, 2024Day 69 - Meta-Arguments in TerraformWhen 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...day 69 of 90 daysofdevop