Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
change statemaching to be more specific and the keys to work out of t…
Browse files Browse the repository at this point in the history
…he box with the main key set
  • Loading branch information
Jon Hartzler committed Oct 9, 2019
1 parent dca2cf2 commit 71d1c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/cloudformation/manifest-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Parameters:
MarbleProcessingKeyPath:
Type: String
Description: The ssm path to look for the marble data processing config from
Default: '/all/marble-data-processing/test'
Default: '/all/marble-data-processing/prod'
NoReplyEmailAddr:
Type: String
Description: Email address notification emails are sent from
Expand Down Expand Up @@ -369,7 +369,7 @@ Resources:
Action:
- 'states:ListStateMachines'
- 'states:StartExecution'
Resource: !Sub "arn:aws:states:${AWS::Region}:${AWS::AccountId}:stateMachine:*"
Resource: !Sub "arn:aws:states:${AWS::Region}:${AWS::AccountId}:stateMachine:${AWS::StackName}-SchemaStateMachine"
- PolicyName: ManifestPipelineSsmPermissions
PolicyDocument:
Version: 2012-10-17
Expand Down

0 comments on commit 71d1c3a

Please sign in to comment.