6 lines
63 B
Terraform
6 lines
63 B
Terraform
|
terraform {
|
||
|
backend "local" {
|
||
|
path = "foo"
|
||
|
}
|
||
|
}
|