terraform/command/testdata/init-backend-config-file/backend.config

8 lines
201 B
Plaintext

// the -backend-config flag on init cannot be used to point to a "full" backend
// block, only key-value pairs (like terraform.tfvars)
terraform {
backend "local" {
path = "hello"
}
}