Terraform Study Notes: Read, generate, and modify configuration pt.2
In the previous chapter, we’ve seen how to write a Terraform configuration using variables and handling secrets. Let’s continue the topic by diving into Expressions, Collections Structural Types, and the anatomy of a resource with the way to address resources and modules in the configuration. Expressions, Collections, and Structural Types Expressions refer to or compute values […]