All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s
6 lines
69 B
HCL
6 lines
69 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "terraform.tfstate"
|
|
}
|
|
}
|