Update Terraform null to v3.3.0
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 30s
CI / Nomad job spec validate (pull_request) Successful in 20s
CI / Docker image pull validation (pull_request) Successful in 13s

This commit is contained in:
2026-05-14 04:01:52 +00:00
parent 8e32d00d90
commit bf0a008b94
2 changed files with 27 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.3.0"
}
template = {
source = "hashicorp/template"