Which backend does the Terraform CLI use by default?
Which backend does the Terraform CLI use by default?
By default, Terraform CLI uses the 'local' backend. This backend stores the terraform state as a local file on disk. Unless explicitly configured otherwise, the local backend is the default backend used by Terraform.
By default, Terraform uses a backend called local , which stores state as a local file on disk.