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

8 lines
154 B
Plaintext

// the -backend-config flag on init cannot be used to point to a "full" backend
// block
terraform {
backend "local" {
path = "hello"
}
}