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

6 lines
63 B
Terraform
Raw Permalink Normal View History

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