Rename rhel to rhel6

This commit is contained in:
Sathiya Shunmugasundaram 2015-06-01 01:43:52 -04:00
parent edbd023ee5
commit 52a15bd69e
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ variable "user" {
variable "user" { variable "user" {
default = { default = {
ubuntu = "ubuntu" ubuntu = "ubuntu"
rhel = "ec2-user" rhel6 = "ec2-user"
} }
} }
@ -19,8 +19,8 @@ variable "ami" {
default = { default = {
us-east-1-ubuntu = "ami-3acc7a52" us-east-1-ubuntu = "ami-3acc7a52"
us-west-2-ubuntu = "ami-37501207" us-west-2-ubuntu = "ami-37501207"
us-east-1-rhel = "ami-b0fed2d8" us-east-1-rhel6 = "ami-b0fed2d8"
us-west-2-rhel = "ami-4dbf9e7d" us-west-2-rhel6 = "ami-2faa861f"
} }
} }