Integrate with actions (#1)
Co-authored-by: Ben Martin <ben.martin@sky.uk> Reviewed-on: #1
This commit is contained in:
parent
d4335ca10e
commit
cba0f1cfd4
6 changed files with 109 additions and 18 deletions
12
provider.tf
Normal file
12
provider.tf
Normal file
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
nomad = {
|
||||
source = "hashicorp/nomad"
|
||||
version = "2.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "nomad" {
|
||||
address = "http://hestia.lan:4646"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue