nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #66

When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?

The correct answer is C. In the remote backend or Terraform Cloud. This is where Terraform saves resource state when using a remote backend or Terraform Cloud integration, as it allows you to store and manage your state file in a remote location, such as a cloud storage service or Terraform Cloud's servers. This enables collaboration…

Implement and Maintain State

Question

When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?

Options

  • AIn an environment variable
  • BOn the disk
  • CIn the remote backend or Terraform Cloud
  • DIn memory

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    84% (37)
  • D
    9% (4)

Explanation

This is where Terraform saves resource state when using a remote backend or Terraform Cloud integration, as it allows you to store and manage your state file in a remote location, such as a cloud storage service or Terraform Cloud's servers. This enables collaboration, security, and scalability for your Terraform infrastructure.

Topics

#remote backend#Terraform Cloud#state storage#backend types

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice