Files

This lesson will teach you about Terraform files and how to use them.

We'll cover the following

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 reference that file from your project. Doing this may remove the clutter from your project and make it much more readable.

Get hands-on with 1200+ tech skills courses.