Compare commits
No commits in common. "f10f96d19cc9218f8e7c89c648ffb74d81e4baf9" and "2efbf7cc6ec2f4bd5c94f40115d5bea76bf9f2fb" have entirely different histories.
f10f96d19c
...
2efbf7cc6e
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/vault/state"
|
path = "infra/terraform/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