Skip to content

Commit

Permalink
but actually
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Sep 13, 2023
1 parent 15459f9 commit ea7f637
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
}
}
},
"c1011949c96fc4192d3b0537c512ef1797916ab8aaa1ce027020b92033705b55": {
"4de4e5d8bb87dcc2a1eea96c71bef35d6dcf4a63d8767f64f0d53f9362cbbef2": {
"source": {
"path": "aws-cdk-codepipeline-elastic-beanstalk-deploy.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "c1011949c96fc4192d3b0537c512ef1797916ab8aaa1ce027020b92033705b55.json",
"objectKey": "4de4e5d8bb87dcc2a1eea96c71bef35d6dcf4a63d8767f64f0d53f9362cbbef2.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
"Name": "Source",
"OutputArtifacts": [
{
"Name": "SourceArtifact"
"Name": "SourceArtifact-issue-27117"
}
],
"RoleArn": {
Expand Down Expand Up @@ -608,7 +608,7 @@
},
"InputArtifacts": [
{
"Name": "SourceArtifact"
"Name": "SourceArtifact-issue-27117"
}
],
"Name": "Deploy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"validateOnSynth": false,
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/c1011949c96fc4192d3b0537c512ef1797916ab8aaa1ce027020b92033705b55.json",
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/4de4e5d8bb87dcc2a1eea96c71bef35d6dcf4a63d8767f64f0d53f9362cbbef2.json",
"requiresBootstrapStackVersion": 6,
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
"additionalDependencies": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"name": "Source",
"outputArtifacts": [
{
"name": "SourceArtifact"
"name": "SourceArtifact-issue-27117"
}
],
"actionTypeId": {
Expand Down Expand Up @@ -904,7 +904,7 @@
"name": "Deploy",
"inputArtifacts": [
{
"name": "SourceArtifact"
"name": "SourceArtifact-issue-27117"
}
],
"actionTypeId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const pipeline = new codepipeline.Pipeline(stack, 'Pipeline', {
artifactBucket: bucket,
});

const sourceOutput = new codepipeline.Artifact('SourceArtifact');
const sourceOutput = new codepipeline.Artifact('SourceArtifact-issue-27117');
const sourceAction = new cpactions.S3SourceAction({
actionName: 'Source',
output: sourceOutput,
Expand Down

0 comments on commit ea7f637

Please sign in to comment.