HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #20
Which backend does the Terraform CU use by default?
The correct answer is E. Local. 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.
Implement and maintain state
Question
Which backend does the Terraform CU use by default?
Options
- ADepends on the cloud provider configured
- BHTTP
- CRemote
- DTerraform Cloud
- ELocal
How the community answered
(22 responses)- A9% (2)
- B9% (2)
- D5% (1)
- E77% (17)
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.
Topics
#local backend#terraform backend#terraform CLI#default backend
Community Discussion
No community discussion yet for this question.