QuestionQ57

Terraform state management

What is one benefit of the Terraform state file?

  • A A state file can schedule recurring infrastructure tasks.
  • B A state file is the desired state expressed by the Terraform code files.
  • C A state file is a source of truth for resources provisioned with Terraform.
  • D A state file is a source of truth for resources provisioned with a public cloud console.
Explanation

Terraform state records the resources that Terraform has provisioned and manages, allowing Terraform to map configuration to real infrastructure and track resource information over time.

Community Discussion

No comments yet. Be the first to start the discussion!