Merge pull request #4453 from hashicorp/f-tf-configs-0.8.4
tf: Bump Vault, Consul, Nomad versions; update AWS AMI
This commit is contained in:
commit
fe3f19dadd
|
@ -43,7 +43,7 @@ a custom AMI:
|
|||
|
||||
```bash
|
||||
region = "us-east-1"
|
||||
ami = "ami-0ab81575"
|
||||
ami = "ami-ec237c93"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "3"
|
||||
|
@ -57,7 +57,7 @@ variable like so:
|
|||
|
||||
```bash
|
||||
region = "us-east-1"
|
||||
ami = "ami-0ab81575"
|
||||
ami = "ami-ec237c93"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "3"
|
||||
|
|
2
terraform/aws/env/us-east/terraform.tfvars
vendored
2
terraform/aws/env/us-east/terraform.tfvars
vendored
|
@ -1,5 +1,5 @@
|
|||
region = "us-east-1"
|
||||
ami = "ami-0ab81575"
|
||||
ami = "ami-ec237c93"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "3"
|
||||
|
|
|
@ -9,17 +9,17 @@ cd /ops
|
|||
|
||||
CONFIGDIR=/ops/shared/config
|
||||
|
||||
CONSULVERSION=1.0.7
|
||||
CONSULVERSION=1.2.0
|
||||
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
|
||||
CONSULCONFIGDIR=/etc/consul.d
|
||||
CONSULDIR=/opt/consul
|
||||
|
||||
VAULTVERSION=0.10.0
|
||||
VAULTVERSION=0.10.3
|
||||
VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULTVERSION}_linux_amd64.zip
|
||||
VAULTCONFIGDIR=/etc/vault.d
|
||||
VAULTDIR=/opt/vault
|
||||
|
||||
NOMADVERSION=0.8.1
|
||||
NOMADVERSION=0.8.4
|
||||
NOMADDOWNLOAD=https://releases.hashicorp.com/nomad/${NOMADVERSION}/nomad_${NOMADVERSION}_linux_amd64.zip
|
||||
NOMADCONFIGDIR=/etc/nomad.d
|
||||
NOMADDIR=/opt/nomad
|
||||
|
|
Loading…
Reference in a new issue