What is a default backend in Terraform?
Experience Level: Junior
Tags: Terraform
Answer
If configuration includes no backend block, Terraform defaults to using the local backend, which stores state as a plain file in the current working directory.
Related Terraform job interview questions
Should you store the .terraform folder to version control?
Terraform JuniorWhat is stored in .terraform folder?
Terraform JuniorWhat do you need to know about Terraform state in relation to security?
Terraform JuniorWhat is a name of file that Terraform CLI uses for storing local state?
Terraform JuniorYou modified your Terraform configuration and removed the remote backend from main.tf file. Whan happens with Terraform state?
Terraform Junior