nerdexam
HashiCorpHashiCorp

TA-002-P · Question #130

TA-002-P Question #130: Real Exam Question with Answer & Explanation

The correct answer is B: True. When utilizing remote state, Terraform exclusively holds the state data in memory during operations and never stores it persistently on the local filesystem.

Implement and maintain state

Question

When using remote state, state is only ever held in memory when used by Terraform.

Options

  • AFalse
  • BTrue

Explanation

When utilizing remote state, Terraform exclusively holds the state data in memory during operations and never stores it persistently on the local filesystem.

Common mistakes.

  • A. This is false because the fundamental design of remote state is to centralize state management and prevent the state file from residing on local disks, enhancing security and collaboration.

Concept tested. Terraform remote state management

Reference. https://developer.hashicorp.com/terraform/language/state/remote

Topics

#Remote State#State Management#Terraform State#Memory Usage

Community Discussion

No community discussion yet for this question.

Full TA-002-P PracticeBrowse All TA-002-P Questions