A Terraformbackenddetermineswhere and how Terraform state is stored.
Bothterraform applyandterraform destroyinteract with state, so Terraform needs access to the backend for state storage and updates.
D (Neither are correct)is incorrect becauseTerraform state is required for both apply and destroy operations.
Official Terraform Documentation Reference:
Terraform Backends
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit