Skip to content

Commit

Permalink
demo/azure: use beta releases for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Nov 10, 2020
1 parent e35865a commit cad861c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/remote/azure/terraform/control/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ module "hashistack_cluster" {
source = "../modules/azure-hashistack"

allowlist_ip = ["${module.my_ip_address.stdout}/32"]

# Use beta releases until GA
nomad_binary = "https://releases.hashicorp.com/nomad/1.0.0-beta2/nomad_1.0.0-beta2_linux_amd64.zip"
nomad_autoscaler_image = "hashicorp/nomad-autoscaler:0.2.0-beta2"
}

module "hashistack_jobs" {
Expand Down

0 comments on commit cad861c

Please sign in to comment.