4 lines
37 B
Terraform
4 lines
37 B
Terraform
|
terraform {
|
||
|
backend "local" {}
|
||
|
}
|