Merge pull request #1018 from mrwacky42/master

Spleling.
This commit is contained in:
Ryan Breen 2015-06-09 18:39:47 -04:00
commit 5aa90455ce

View File

@ -12,7 +12,7 @@ variable "user" {
} }
variable "ami" { variable "ami" {
description = "AWS AMI Id, if you change, make sure it is compatible with insatnce type, not all AMIs allow all insatnce types " description = "AWS AMI Id, if you change, make sure it is compatible with instance type, not all AMIs allow all instance types "
default = { default = {
us-east-1-ubuntu = "ami-83c525e8" us-east-1-ubuntu = "ami-83c525e8"
us-west-2-ubuntu = "ami-57e8d767" us-west-2-ubuntu = "ami-57e8d767"
@ -43,7 +43,7 @@ variable "servers" {
variable "instance_type" { variable "instance_type" {
default = "t2.micro" default = "t2.micro"
description = "AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all insatnce types " description = "AWS Instance type, if you change, make sure it is compatible with AMI, not all AMIs allow all instance types "
} }
variable "tagName" { variable "tagName" {