mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-12 23:43:17 -05:00
5 lines
63 B
HCL
5 lines
63 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "foo"
|
|
}
|
|
}
|