Skip to content

Commit c62623d

Browse files
committed
*: fix default SSM document name
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent 97ea842 commit c62623d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ec2/ssm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Parameters:
4848
4949
DocumentName:
5050
Type: String
51-
Default: aws-k8s-tester-ec2-ssm-document
51+
Default: awsK8sTesterEC2SSMDocument
5252
5353
Commands:
5454
Type: String

eks/ng/ssm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Parameters:
4848
4949
DocumentName:
5050
Type: String
51-
Default: aws-k8s-tester-eks-ng-ssm-document
51+
Default: awsK8sTesterEKSNGSSMDocument
5252
5353
Commands:
5454
Type: String

0 commit comments

Comments
 (0)