Compare commits
No commits in common. "9ff6cf7de72149e89867e054a79769b51e2b29d9" and "865a97ba0eb2ad24931a0dd8dd4bdcbcbba79887" have entirely different histories.
9ff6cf7de7
...
865a97ba0e
2
main.tf
2
main.tf
@ -5,6 +5,7 @@ locals {
|
||||
vault_addr = "https://vault.service.consul:8200"
|
||||
}
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Configure this provider through the environment variables:
|
||||
# - VAULT_ADDR
|
||||
@ -27,7 +28,6 @@ terraform {
|
||||
lock = true
|
||||
ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
|
||||
}
|
||||
required_version = ">= 1.10"
|
||||
required_providers {
|
||||
vault = {
|
||||
source = "hashicorp/vault"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user