6 lines
79 B
Terraform
6 lines
79 B
Terraform
|
terraform {
|
||
|
backend "local" {
|
||
|
path = "local-state.tfstate"
|
||
|
}
|
||
|
}
|