Update Terraform null to v3.2.4
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 16s

This commit is contained in:
2026-04-19 05:25:43 +00:00
parent 1b73fda11f
commit 1013e2531f
2 changed files with 25 additions and 15 deletions

View File

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