Files
This lesson will teach you about Terraform files and how to use them.
Terraform files
We have seen in the locals chapter how you can place a multi-line string as a value for a property. This is useful for something like an IAM policy. It can be even cleaner to move the value out into a file and then ...