Integrate with actions (#1)

Co-authored-by: Ben Martin <ben.martin@sky.uk>
Reviewed-on: #1
This commit is contained in:
Ben Martin 2024-06-04 00:00:20 +01:00
parent d4335ca10e
commit cba0f1cfd4
6 changed files with 109 additions and 18 deletions

12
provider.tf Normal file
View file

@ -0,0 +1,12 @@
terraform {
required_providers {
nomad = {
source = "hashicorp/nomad"
version = "2.2.0"
}
}
}
provider "nomad" {
address = "http://hestia.lan:4646"
}