The State File

State is one of the most powerful features of Terraform. It contains everything Terraform needs to manage your infrastructure. The state is created as soon as you run a Terraform apply, and it keeps it up to date any time you use the apply or refresh command. There are also other commands that allow you to manage objects in the state manually, but those are for a later lesson. Let's look at our state file and see what it contains. 

Complete and Continue