EC2 tags specified in CloudFormation should be applied to the instances (#840)
Fixes #839.
This commit is contained in:
parent
1b6007e2b2
commit
a30ba2b597
3 changed files with 10 additions and 2 deletions
|
|
@ -236,6 +236,10 @@ template = {
|
|||
"Ref": "AWS::StackId"
|
||||
},
|
||||
"Key": "Application"
|
||||
},
|
||||
{
|
||||
"Value": "Bar",
|
||||
"Key": "Foo"
|
||||
}
|
||||
],
|
||||
"SecurityGroupIds": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue