Merge pull request #3734 from hashicorp/f-update-terraform-to-0.7.1

Update Terraform configs to use latest versions of Consul, Vault and Nomad
This commit is contained in:
Alex Dadgar 2018-01-10 11:40:40 -08:00 committed by GitHub
commit 1bb7d47111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ a custom AMI:
```bash
region = "us-east-1"
ami = "ami-6ce26316"
ami = "ami-d42d74ae"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"

View File

@ -1,5 +1,5 @@
region = "us-east-1"
ami = "ami-6ce26316"
ami = "ami-d42d74ae"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"

View File

@ -6,17 +6,17 @@ cd /ops
CONFIGDIR=/ops/shared/config
CONSULVERSION=1.0.0
CONSULVERSION=1.0.2
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
CONSULCONFIGDIR=/etc/consul.d
CONSULDIR=/opt/consul
VAULTVERSION=0.8.3
VAULTVERSION=0.9.1
VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULTVERSION}_linux_amd64.zip
VAULTCONFIGDIR=/etc/vault.d
VAULTDIR=/opt/vault
NOMADVERSION=0.7.0
NOMADVERSION=0.7.1
NOMADDOWNLOAD=https://releases.hashicorp.com/nomad/${NOMADVERSION}/nomad_${NOMADVERSION}_linux_amd64.zip
NOMADCONFIGDIR=/etc/nomad.d
NOMADDIR=/opt/nomad