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)- A3% (1)
- B10% (3)
- C17% (5)
- D70% (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.