Skip to content

Commit 2611be7

Browse files
authored
Update cluster.yaml
try to overwrite the stack tag
1 parent 7d5856d commit 2611be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster/cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,9 @@ Resources:
21312131
SessionManagerPreferencesDocument:
21322132
Type: AWS::SSM::Document
21332133
Properties:
2134+
Tags:
2135+
- Key: InfrastructureComponent
2136+
Value: "false"
21342137
UpdateMethod: NewVersion
21352138
{{ if eq .Cluster.Environment "e2e" }} # test for valid cloudformation in e2e tests, but do not set account level preferences
21362139
Name: "SSM-SessionManagerRunShell-{{.Cluster.LocalID}}"

0 commit comments

Comments
 (0)