In the previous post, we got an overview of the Terraform data types — Terraform: introduction to data types — primitives and complex.
Now let’s see how these types can be used in loops.
Terraform supports three types of cycles:
count: the simplest, used with a giv...