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

This commit is contained in:
Renovate Bot 2025-04-16 16:10:01 +00:00
parent 3fcc5451db
commit c70904b271
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"
}
}
}