From 62248cb38571d76496bf429f6cda0a0abd295af1 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 29 May 2015 16:08:46 -0700 Subject: [PATCH] Change dev to stage --- nubis/cloudformation/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nubis/cloudformation/main.json b/nubis/cloudformation/main.json index d824e6a..8e01698 100644 --- a/nubis/cloudformation/main.json +++ b/nubis/cloudformation/main.json @@ -12,10 +12,10 @@ "Type": "String", "AllowedValues": [ "prod", - "dev", + "stage", "sandbox" ], - "ConstraintDescription": "Must specify prod, dev, or sandbox." + "ConstraintDescription": "Must specify prod, stage, or sandbox." }, "KeyName": { "Description": "Existing ssh key to deploy to EC2 instances",