From 52a15bd69eb0ce6e51ac18dbdb5dc3481731b777 Mon Sep 17 00:00:00 2001 From: Sathiya Shunmugasundaram Date: Mon, 1 Jun 2015 01:43:52 -0400 Subject: [PATCH] Rename rhel to rhel6 --- terraform/aws/variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 1d31311e8d..7807c2a9e4 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -11,7 +11,7 @@ variable "user" { variable "user" { default = { ubuntu = "ubuntu" - rhel = "ec2-user" + rhel6 = "ec2-user" } } @@ -19,8 +19,8 @@ variable "ami" { default = { us-east-1-ubuntu = "ami-3acc7a52" us-west-2-ubuntu = "ami-37501207" - us-east-1-rhel = "ami-b0fed2d8" - us-west-2-rhel = "ami-4dbf9e7d" + us-east-1-rhel6 = "ami-b0fed2d8" + us-west-2-rhel6 = "ami-2faa861f" } }