Terraform can store the state remotely, making it easier to version and work with in a team.| State: Remote Storage | Terraform | HashiCorp Developer
The `terraform` block allows you to configure Terraform behavior, including the Terraform version, backend, integration with HCP Terraform, and required providers.| Terraform block configuration reference | Terraform | HashiCorp Developer
Use the `backend` block to control where Terraform stores state. Learn about the available state backends, the backend block, initializing backends, partial backend configuration, changing backend configuration, and unconfiguring a backend.| Backend block configuration overview | Terraform | HashiCorp Developer
Terraform can store the state remotely, making it easier to version and work with in a team.| Backend Type: local | Terraform | HashiCorp Developer
The terraform init command initializes a working directory containing configuration files and installs plugins for required providers.| Command: init | Terraform | HashiCorp Developer