cluster-state/provider.tf
Ben Russell Martin cba0f1cfd4 Integrate with actions (#1)
Co-authored-by: Ben Martin <ben.martin@sky.uk>
Reviewed-on: #1
2024-06-04 00:00:20 +01:00

12 lines
178 B
HCL

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