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