cluster-state/provider.tf
Renovate Bot c70904b271
All checks were successful
Lint / lint (pull_request) Successful in 1m23s
Terraform Plan and Apply / cicd (pull_request) Successful in 1m11s
chore(deps): update terraform nomad to v2.5.0
2025-04-16 16:10:01 +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"
}