Local state storage

5 minutes 5 Questions

Local state storage is the default method Terraform uses to store state information about your infrastructure. When you run Terraform commands, it creates a file called 'terraform.tfstate' in your working directory, which contains a JSON-formatted record of all resources Terraform manages. The sta…

Test mode:
More Local state storage questions
30 questions (total)