Slide 9
Slide 9 text
Loops
count
Terraform’s oldest, simplest, most limited looping construct.
for_each
Loop over lists, sets, maps. Result is a map of resources
for expressions
creates a complex type value by transforming another complex type value
for string directive
String directives allow to use control statements within strings
@stmcallister