EC2 tags specified in CloudFormation should be applied to the instances (#840)

Fixes #839.
This commit is contained in:
Andy Freeland 2017-03-04 19:37:53 -08:00 committed by Steve Pulec
commit a30ba2b597
3 changed files with 10 additions and 2 deletions

View file

@ -236,6 +236,10 @@ template = {
"Ref": "AWS::StackId"
},
"Key": "Application"
},
{
"Value": "Bar",
"Key": "Foo"
}
],
"SecurityGroupIds": [