Exam4Training

Which backend does the Terraform CU use by default?

Which backend does the Terraform CU use by default?
A . Depends on the cloud provider configured
B . HTTP
C . Remote
D . Terraform Cloud
E . Local

Answer: E

Explanation:

This is the backend that the Terraform CLI uses by default, unless you specify a different backend in your configuration. The local backend stores the state file in a local file named terraform.tfstate, which can be used to track and manage the state of your infrastructure.

Exit mobile version