8 lines
113 B
Terraform
8 lines
113 B
Terraform
terraform {
|
|
required_version = ">= 1.0.0"
|
|
|
|
backend "local" {
|
|
workspace_dir = "terraform.tfstate.d"
|
|
}
|
|
}
|