Compare commits

..

No commits in common. "9ff6cf7de72149e89867e054a79769b51e2b29d9" and "865a97ba0eb2ad24931a0dd8dd4bdcbcbba79887" have entirely different histories.

View File

@ -5,6 +5,7 @@ locals {
vault_addr = "https://vault.service.consul:8200" vault_addr = "https://vault.service.consul:8200"
} }
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Configure this provider through the environment variables: # Configure this provider through the environment variables:
# - VAULT_ADDR # - VAULT_ADDR
@ -27,7 +28,6 @@ terraform {
lock = true lock = true
ca_file = "/etc/pki/tls/certs/ca-bundle.crt" ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
} }
required_version = ">= 1.10"
required_providers { required_providers {
vault = { vault = {
source = "hashicorp/vault" source = "hashicorp/vault"