Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 305

When do changes invoked by terraform apply take effect?

    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
vindi135Option: B

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

Ramdi1Option: B

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

kareem_ashrafOption: B

Answer Is B

petersolimanOption: B

B is the correct answer

alen995454Option: B

B happens before A

petersolimanOption: B

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