DevOps
  • 🏁Roadmap
  • PRE-REQUISITE
    • Glossary
    • Linux
    • Networking
    • Server
    • Databases
    • Security
  • FUNDAMENTALS
    • 12 Factors
    • GIT
    • Shell Scripts
    • JSON/YAML
    • Python
    • Golang
    • Packaging
  • DEVOPS TOOLS
    • Docker
    • Terraform
      • Module
      • HCL Syntax
      • State
      • .tf file
    • Ansible
    • Chef
    • Kubernete
    • ArgoCD
    • Chef
    • Puppet
    • Prometheus
  • PoC
    • USE CASES
Powered by GitBook
On this page
  1. DEVOPS TOOLS
  2. Terraform

State

-- terraform.tfstate

  • Terraform saves the state of resources in a state file. -> System file of Terraform, so DO NOT touch.

  • Store location:

    • By default: locally

    • Remotely in a shared location

PreviousHCL SyntaxNext.tf file

Last updated 1 year ago