...

/

Describe the Default Local Back-end

Describe the Default Local Back-end

Learn where and how Terraform stores its state data.

What is a backend?

Terraform needs a location to store its state data, which is called a back-end. In the absence of an alternate configuration, it stores the state on the local filesystem where the configuration is stored. Let’s examine the typical folder structure for an example configuration:

 ...