chore(deps): update terraform nomad to v2.5.0
All checks were successful
Lint / lint (push) Successful in 1m24s
Terraform Plan and Apply / cicd (push) Successful in 1m31s

This commit is contained in:
Renovate Bot 2025-04-16 16:10:01 +00:00
parent 5aa44b3c71
commit c53f53dca9
2 changed files with 25 additions and 15 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
nomad = {
source = "hashicorp/nomad"
version = "2.4.0"
version = "2.5.0"
}
}
}