exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 355 discussion

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

It is _________ to change the Terraform backend from the default “local” backend to a different one after performing your first terraform apply.

  • A. mandatory
  • B. optional
  • C. impossible
  • D. discouraged
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AStark1080
Highly Voted 1 year ago
This should be B
upvoted 5 times
...
poesklap
Most Recent 1 month, 2 weeks ago
Selected Answer: C
Correct answer: C. impossible Once you’ve run your first terraform apply using the default local backend, Terraform creates a state file stored locally (e.g., terraform.tfstate). After that, you cannot directly change the backend type (for example, to S3, Azure Storage, etc.) just by updating the configuration, because Terraform will treat the new backend as entirely separate.
upvoted 1 times
...
ir_exam
7 months ago
Selected Answer: D
GPT Chat D
upvoted 1 times
...
siheom
1 year ago
Selected Answer: B
vote B
upvoted 4 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 ...