nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #4

Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to store the state file in a central location. Which of the…

The correct answer is D. Git. This is not a valid backend for Terraform, as it does not support locking or versioning of state files.The other options are valid backends that can store state files in a central location.

Tools for Test Analysts

Question

Your DevOps team is currently using the local backend for your Terraform configuration. You would like to move to a remote backend to store the state file in a central location. Which of the following backends would not work?

Options

  • AArtifactory
  • BAmazon S3
  • CTerraform Cloud
  • DGit

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    10% (3)
  • C
    17% (5)
  • D
    70% (21)

Explanation

This is not a valid backend for Terraform, as it does not support locking or versioning of state files.The other options are valid backends that can store state files in a central location.

Topics

#Terraform#remote backend#state file#Git

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice