Reorganizing Definitions
Learn how to change the structure of the Terraform definitions and apply the changes.
We'll cover the following
Our current way of working
Every resource we’ve defined so far is currently in a different file. That’s a perfectly valid way to use Terraform. It doesn’t really care whether we have one or one thousand files. It concatenates all of those with the tf
extension.
Get hands-on with 1200+ tech skills courses.