terraform/internal/command/testdata/init-backend/main.tf

6 lines
63 B
HCL

terraform {
backend "local" {
path = "foo"
}
}