Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 77 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 77
Topic #: 1
[All Terraform Associate Questions]

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

  • A. Amazon S3
  • B. Artifactory
  • C. Git
  • D. Terraform Cloud
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Reet
Highly Voted 1 year, 3 months ago
Selected Answer: B
Note: We removed the artifactory, etcd, etcdv3, manta, and swift backends in Terraform v1.3. Information about their behavior in older versions is still available in the Terraform v1.2 documentation. For migration paths from these removed backends, refer to Upgrading to Terraform v1.3. https://developer.hashicorp.com/terraform/language/settings/backends/configuration#available-backends
upvoted 13 times
ray320x
5 months, 3 weeks ago
With the removal of support for Artifactory in Terraform v1.3 and Git never being a supported backend, both options B and C would not work. However, Git has never been a supported backend for Terraform state files, making it the primary correct answer. The correct answer is: C. Git
upvoted 6 times
...
Tyler2023
1 year ago
Thanks for this, as I question why artifactory
upvoted 2 times
...
...
nez15
Highly Voted 2 years, 6 months ago
Selected Answer: C
https://www.terraform.io/cdktf/concepts/remote-backends
upvoted 8 times
...
Algol
Most Recent 2 months, 1 week ago
Selected Answer: C
The backend that would not work for storing Terraform state files is C. Git. Git is not designed to handle the dynamic state file that Terraform requires for tracking infrastructure. Terraform needs backends that support locking and consistent state management, such as A. Amazon S3, B. Artifactory, or D. Terraform Cloud, which are suitable for remote state storage and ensure safe concurrent access to the state file.
upvoted 1 times
...
ray320x
5 months, 3 weeks ago
With the removal of support for Artifactory in Terraform v1.3 and Git never being a supported backend, both options B and C would not work. However, Git has never been a supported backend for Terraform state files, making it the primary correct answer. The correct answer is: C. Git
upvoted 2 times
...
Absence379
8 months, 3 weeks ago
B Note: We removed the artifactory, etcd, etcdv3, manta, and swift backends in Terraform v1.3. Information about their behavior in older versions is still available in the Terraform v1.2 documentation. For migration paths from these removed backends, refer to Upgrading to Terraform v1.3.
upvoted 1 times
...
KLIERKO
1 year, 1 month ago
Selected Answer: C
The anwer is C stop kliering
upvoted 1 times
...
gofavad926
1 year, 1 month ago
Selected Answer: C
C. git is not supported
upvoted 1 times
...
Bere
1 year, 3 months ago
Selected Answer: C
Supported backends: https://developer.hashicorp.com/terraform/cdktf/concepts/remote-backends#supported-backends Git is not a supported backend for Terraform state. While it's possible to store state files in Git, doing so is not recommended because state files can contain sensitive information, and it's not designed for concurrent state management.
upvoted 3 times
...
Tlakmini
1 year, 3 months ago
Selected Answer: B
https://developer.hashicorp.com/terraform/language/settings/backends/configuration#available-backends
upvoted 2 times
...
sumnear
1 year, 3 months ago
Selected Answer: C
C is the answer
upvoted 1 times
...
wheelan
1 year, 4 months ago
Selected Answer: B
Answer is B. I am using Git as a backend. Artifactory is no longer a valid backend. https://developer.hashicorp.com/terraform/language/settings/backends/configuration#available-backends
upvoted 2 times
kingfighers
7 months, 3 weeks ago
git is not official support now, check the doc: https://developer.hashicorp.com/terraform/language/settings/backends/local
upvoted 1 times
...
...
cedry87
1 year, 7 months ago
answer : B
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: C
C. Git. Git is not a suitable remote backend for Terraform. While it is possible to store Terraform state files in Git, it is not recommended because Git is not designed to manage state files and does not provide the necessary locking mechanisms to prevent concurrent access.
upvoted 2 times
...
ArnaldoW
1 year, 7 months ago
If Everyone knows, that the answer is C why didn't the admin fix it yet?
upvoted 7 times
kapara
1 year, 3 months ago
I believe the administrator is aware of the solution. However, if they merely provide us with answers without encouraging exploration, individuals might resort to memorizing the responses. This could potentially lead to a situation where the company detects and takes action against the website for distributing exam dumps. It's essential for learning and growth that we understand concepts thoroughly through exploration rather than relying solely on pre-supplied answers.
upvoted 12 times
...
...
vadeemkaa
1 year, 11 months ago
Answer C - Git cannot be used as a backend
upvoted 1 times
...
Stiffler1
1 year, 11 months ago
Why is answer showing A as the correct answer. C is the answer for sure
upvoted 2 times
...
vikramvlr
1 year, 11 months ago
Answer is C - Git is not supported to do the remote backend operation
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...