Skip to content

Commit a02572f

Browse files
committed
Fix capitalisation of the SSM document aws:runCommand
1 parent 5244f5d commit a02572f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ Resources:
12191219
default: !Ref BootHook
12201220
mainSteps:
12211221
- name: RunCommand
1222-
action: aws:RunCommand
1222+
action: aws:runCommand
12231223
inputs:
12241224
DocumentName: AWS-RunShellScript
12251225
InstanceIds:
@@ -1287,7 +1287,7 @@ Resources:
12871287
default: !Ref ShutdownHook
12881288
mainSteps:
12891289
- name: RunCommand
1290-
action: aws:RunCommand
1290+
action: aws:runCommand
12911291
inputs:
12921292
DocumentName: AWS-RunShellScript
12931293
InstanceIds:

0 commit comments

Comments
 (0)