Files
opentf/command/test-fixtures/init-backend/main.tf
2017-01-26 14:33:49 -08:00

6 lines
63 B
HCL

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