Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 414c8cb

Browse files
Merge pull request #13 from pythian/hotfix/igw-name-tag
Added Name Tag to Internet Gateway
2 parents f38adc3 + 93b45f6 commit 414c8cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/aws-vpc.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,12 @@
539539
"Type": "AWS::EC2::InternetGateway",
540540
"Properties": {
541541
"Tags": [
542+
{
543+
"Key": "Name",
544+
"Value": {
545+
"Ref": "AWS::StackName"
546+
}
547+
},
542548
{
543549
"Key": "Network",
544550
"Value": "Public"

0 commit comments

Comments
 (0)