Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ffaec1f

Browse files
vsamiduraidavidmccormick
authored andcommitted
NAT Gateway tagging (#1596)
1 parent 2716f53 commit ffaec1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

builtin/files/stack-templates/network.json.tmpl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,16 @@
783783
,
784784
"{{$ngw.LogicalName}}": {
785785
"Properties": {
786+
"Tags": [
787+
{
788+
"Key": "kubernetes.io/cluster/{{$.ClusterName}}",
789+
"Value": "owned"
790+
},
791+
{
792+
"Key": "Name",
793+
"Value": "{{$.ClusterName}}-{{$ngw.LogicalName}}"
794+
}
795+
],
786796
"AllocationId": {{$ngw.EIPAllocationIDRef}},
787797
"SubnetId": {{$ngw.PublicSubnetRef}}
788798
},

0 commit comments

Comments
 (0)