Terraform state file πŸ”

Description

Terraform stores the information of the execution (apply or destroy) in a special file called tfstate. This is file is critical for future provisioning of the infrastructure as it is the absolute reference of which resource has been deployed or not.

πŸ›‘οΈ Refer to the remote backend page for detailed information on how to configure and manage your state files in Brainboard.

How it works

πŸŽ’ Refer to our training session if you want to understand how Terraform works and how the tfstate is used.

How Terraform works

Last updated

Was this helpful?