From da0e0e42398825ded761634c39b1d9c11f708f0b Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 27 Nov 2025 21:04:44 +1100 Subject: [PATCH] feat: move state path in consul - move state to the infra/terraform/vault subdir --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"