feat: move state path in consul
- move state to the infra/terraform/vault subdir
This commit is contained in:
parent
2efbf7cc6e
commit
da0e0e4239
2
main.tf
2
main.tf
@ -22,7 +22,7 @@ provider "vault" {
|
|||||||
terraform {
|
terraform {
|
||||||
backend "consul" {
|
backend "consul" {
|
||||||
address = "https://consul.service.consul"
|
address = "https://consul.service.consul"
|
||||||
path = "infra/terraform/state"
|
path = "infra/terraform/vault/state"
|
||||||
scheme = "https"
|
scheme = "https"
|
||||||
lock = true
|
lock = true
|
||||||
ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
|
ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user