Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 305


When do changes invoked by terraform apply take effect?

Show Answer
Correct Answer: B

Changes invoked by 'terraform apply' take effect once the resource provider has fulfilled the request. Terraform waits for the provider to complete the infrastructure changes before updating the state file or reporting the changes as applied. This ensures that the infrastructure is updated correctly according to the defined configuration.

Discussion

7 comments
Sign in to comment
petersolimanOption: B
Nov 24, 2023

B is the correct answer

kareem_ashrafOption: B
Nov 25, 2023

Answer Is B

Ramdi1Option: B
Nov 25, 2023

changes invoked by terraform apply take effect once the provider has complete the request - Answer B

vindi135Option: B
Nov 26, 2023

terraform waits for the provider to complete the infrastructure change before updating the state

petersolimanOption: B
Nov 29, 2023

it's supposed to be after the request by the provider is over right?

alen995454Option: B
Jan 20, 2024

B happens before A

090200fOption: B
Aug 5, 2024

seems like B is the correct answer, it depends on provider has complete the request first

090200f
Aug 5, 2024

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