...

/

Reorganizing Definitions

Reorganizing Definitions

Learn how to change the structure of the Terraform definitions and apply the changes.

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.

What makes Terraform unique is its dependency ...

Let's move on to reorganizing the definitons