Fix terraform build of nginx images (#4547)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-10 10:26:10 -03:00 committed by GitHub
parent bf82482aeb
commit 63dfa2b77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 97 additions and 64 deletions

View file

@ -4,6 +4,15 @@ variable "access_key" {
variable "secret_key" {
}
variable "valid_until" {
}
variable "docker_username" {
}
variable "docker_password" {
}
variable "region" {
default = "us-west-2"
}
@ -20,7 +29,7 @@ variable "cidr_subnet" {
variable "availability_zone" {
description = "availability zone to create subnet"
default = "us-west-2a"
default = "us-west-2b"
}
variable "ssh_key_path" {
@ -35,7 +44,7 @@ variable "ssh_public_key_path" {
variable "instance_type" {
description = "EC2 instance"
default = "m5.16xlarge"
default = "c5.18xlarge"
}
variable "project_tag" {