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 those with the tf
extension.
What makes Terraform unique is its dependency management. No matter how we ...
Let's move on to reorganizing the definitions