Update Terraform null to v3.3.1
CI / Terraform fmt + validate (pull_request) Successful in 28s
CI / Nomad job spec validate (pull_request) Successful in 22s
CI / Docker image pull validation (pull_request) Successful in 9s

This commit is contained in:
2026-08-15 04:02:07 +00:00
parent e695485353
commit ca000376a8
2 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.1"
version = "3.3.1"
}
template = {
source = "hashicorp/template"