Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
    • Overview
    • Providers
    • Resources
    • Data sources
    • Modules
    • States
  • Solution library
  1. Concepts
  2. States

State

Written by
Yandex Cloud
Updated at August 7, 2025

A state describes the configuration of infrastructure that was created or modified using Terraform. Stored in a .tfstate file, a state contains information about resources, their attributes, and dependencies between them.

States are used to track changes in infrastructure and ensure consistency between Terraform code and the actual infrastructure. They also enable resource management operations such as updates, deletions, and imports.

Key functions of statesKey functions of states

  1. Change tracking. States allow you to track infrastructure changes introduced with the help of Terraform code. This ensures alignment between your code and real-world resources and helps prevent conflicts when performing resource management operations.
  2. Consistency. States maintain consistency between Terraform code and actual infrastructure, preventing errors and conflicts during operations.
  3. Optimization. States can be used to optimize resource management operations, e.g., by defining dependencies between resources and determining the order in which to create or update them.
  4. Security. States contribute to infrastructure security by providing information as to what resources were created or modified using Terraform code and by allowing to control access to this information.

It should be emphasized that states are an important component of using Terraform and as such must be protected from unauthorized access. We recommend you to store your state file in a secure location with proper authentication and authorization mechanisms in place.

Was the article helpful?

Previous
Modules
Next
All tutorials
© 2025 Direct Cursus Technology L.L.C.