Skip to content

Commit 2c4984b

Browse files
committed
Remove region conditional for SSM resource creation
1 parent 9a1f1d6 commit 2c4984b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster/cluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,6 @@ Resources:
21512151
shellProfile:
21522152
linux: 'bash'
21532153

2154-
{{- if eq .Cluster.Region "eu-central-1"}}
21552154
SessionManagerSubscriptionFilter:
21562155
Type: AWS::Logs::SubscriptionFilter
21572156
Properties:
@@ -2185,7 +2184,6 @@ Resources:
21852184
Resource:
21862185
- !GetAtt SessionManagerLogGroup.Arn
21872186
RoleName: "SessionManager-{{.Cluster.Alias}}"
2188-
{{- end }}
21892187

21902188
AWSNodeDecommissionerIAMRole:
21912189
Type: 'AWS::IAM::Role'

0 commit comments

Comments
 (0)