Merge pull request 'feat: move state path in consul' (#31) from benvin/move-state-path into master

Reviewed-on: #31
This commit is contained in:
Ben Vincent 2025-11-27 21:05:55 +11:00
commit f10f96d19c

View File

@ -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"