When do changes invoked by terraform apply take effect?
When do changes invoked by terraform apply take effect?
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.
B is the correct answer
Answer Is B
changes invoked by terraform apply take effect once the provider has complete the request - Answer B
terraform waits for the provider to complete the infrastructure change before updating the state
it's supposed to be after the request by the provider is over right?
B happens before A
seems like B is the correct answer, it depends on provider has complete the request first
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