cluster-state/provider.tf
Renovate Bot c53f53dca9
All checks were successful
Lint / lint (push) Successful in 1m24s
Terraform Plan and Apply / cicd (push) Successful in 1m31s
chore(deps): update terraform nomad to v2.5.0
2025-04-16 16:14:52 +00:00

12 lines
178 B
HCL

terraform {
required_providers {
nomad = {
source = "hashicorp/nomad"
version = "2.5.0"
}
}
}
provider "nomad" {
address = "http://hestia.lan:4646"
}