All checks were successful
terraform validation / Terraform (push) Successful in 12s
6 lines
75 B
HCL
6 lines
75 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "state/terraform.tfstate"
|
|
}
|
|
}
|