Skip to content

Commit

Permalink
change CodeCommitS3Bucket to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDuvall committed Apr 27, 2020
1 parent b3a1ae7 commit be34a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tests:
parameters:
EmailAddress: [email protected]
KeyName: paul-duvall-demo-us-east-1
CodeCommitS3Bucket: '{{resolve:ssm:DeoaS3Bucket:2}}'
CodeCommitS3Bucket: '{{resolve:ssm:DeoaS3Bucket:4}}'
CodeCommitS3Key: deoa-ec2-examples.zip
template: ./samples/ec2/pipeline.yml
# beanstalk:
Expand Down
2 changes: 2 additions & 0 deletions pipeline-taskcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Resources:
- config:*
- dynamodb:*
- ec2:*
- events:*
- iam:*
- kms:*
- lambda:*
Expand All @@ -123,6 +124,7 @@ Resources:
- s3:*
- sns:*
- sqs:*
- ssm:*
Effect: Allow
Resource: "*"
Version: '2012-10-17'
Expand Down

0 comments on commit be34a02

Please sign in to comment.