infra/providers.tf

5 lines
91 B
Terraform
Raw Normal View History

2023-11-24 21:43:17 +00:00
provider "nomad" {
address = "http://apps2.tail98468.ts.net:4646"
2023-11-24 21:58:36 +00:00
region = "global"
}