Difference between revisions of "Explain the benefits of state"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Terraform must store state about your managed infrastructure and configuration. This state is used by Terraform to map real world resources to your configuration, keep track o...")
 
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Is stored by default in a local file named [[terraform.tfstate]].
 
Is stored by default in a local file named [[terraform.tfstate]].
  
 +
* <code>[[terraform import]]</code>
 +
* <code>[[terraform state rm]]</code>
  
* <code>[[terraform import]]</code>
 
* <code>[[terraform state rm]]<code>
 
  
 
=== Purpose ===
 
=== Purpose ===
Line 11: Line 11:
 
* Mapping the Real World
 
* Mapping the Real World
 
* Metadata
 
* Metadata
 +
* Performance
 
* Syncing
 
* Syncing
 
  
 
== Questions examples ==
 
== Questions examples ==
Line 19: Line 19:
 
* 250 questions and answers: https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a
 
* 250 questions and answers: https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a
  
== Exercise ==
+
== Related ==
  
* [[Create Terraform Infrastructure with Docker]]
+
* <code>[[terraform_remote_state]]</code>
  
 
== See also ==
 
== See also ==
* {{Terraform}}
+
* {{terraform state}}
 
* {{Certifications}}
 
* {{Certifications}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 04:51, 21 February 2022

Advertising: