Merge "Use the AWS instance type in the cfn_init scenario"
diff --git a/functional/test_autoscaling.py b/functional/test_autoscaling.py
index 15b318b..60fa66f 100644
--- a/functional/test_autoscaling.py
+++ b/functional/test_autoscaling.py
@@ -70,7 +70,7 @@
   InstanceType: {type: string}
   SecurityGroups: {type: comma_delimited_list}
   UserData: {type: string}
-  Tags: {type: comma_delimited_list}
+  Tags: {type: comma_delimited_list, default: "x,y"}
 
 resources:
   random1:
@@ -93,7 +93,7 @@
   InstanceType: {type: string}
   SecurityGroups: {type: comma_delimited_list}
   UserData: {type: string}
-  Tags: {type: comma_delimited_list}
+  Tags: {type: comma_delimited_list, default: "x,y"}
 
 resources:
   random1:
@@ -612,7 +612,7 @@
   InstanceType: {type: string}
   SecurityGroups: {type: comma_delimited_list}
   UserData: {type: string}
-  Tags: {type: comma_delimited_list}
+  Tags: {type: comma_delimited_list, default: "x,y"}
 
 resources:
 outputs: