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

6 lines
63 B
Terraform
Raw Normal View History

2017-01-19 05:50:45 +01:00
terraform {
backend "local" {
path = "foo"
}
}