chore: add terraform required version #24

Merged
unkinben merged 1 commits from benvin/terraform_required_version into master 2025-11-16 13:13:45 +11:00

View File

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