exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 305 discussion

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

When do changes invoked by terraform apply take effect?

  • A. After Terraform has updated the state file
  • B. Once the resource provider has fulfilled the request
  • C. Immediately
  • D. None of the above are correct
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
090200f
11 months ago
Selected Answer: B
seems like B is the correct answer, it depends on provider has complete the request first
upvoted 1 times
090200f
11 months ago
Changes take effect once the resource provider (e.g., AWS, Azure) has fulfilled the request. This means the infrastructure has been successfully modified as per the plan
upvoted 1 times
...
...
alen995454
1 year, 5 months ago
Selected Answer: B
B happens before A
upvoted 1 times
...
petersoliman
1 year, 7 months ago
Selected Answer: B
it's supposed to be after the request by the provider is over right?
upvoted 1 times
...
vindi135
1 year, 7 months ago
Selected Answer: B
terraform waits for the provider to complete the infrastructure change before updating the state
upvoted 2 times
...
Ramdi1
1 year, 7 months ago
Selected Answer: B
changes invoked by terraform apply take effect once the provider has complete the request - Answer B
upvoted 2 times
...
kareem_ashraf
1 year, 7 months ago
Selected Answer: B
Answer Is B
upvoted 2 times
...
petersoliman
1 year, 7 months ago
Selected Answer: B
B is the correct answer
upvoted 2 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 ...