diff --git a/main.tf b/main.tf index 9333cfb..dc249c3 100644 --- a/main.tf +++ b/main.tf @@ -22,7 +22,7 @@ provider "vault" { terraform { backend "consul" { address = "https://consul.service.consul" - path = "infra/terraform/state" + path = "infra/terraform/vault/state" scheme = "https" lock = true ca_file = "/etc/pki/tls/certs/ca-bundle.crt"