Skip to content

Commit

Permalink
refactor: update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Apr 29, 2024
1 parent 8cffe4b commit a9ac85e
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions test/__snapshots__/decidim-cfj-cdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ exports[`DecidimStack Created 1`] = `
"S3Bucket": "cdk-hnb659fds-assets-887442827229-ap-northeast-1",
"S3Key": "HASH-REPLACED.zip",
},
"Handler": "main",
"Handler": "bootstrap",
"MemorySize": 512,
"Role": {
"Fn::GetAtt": [
"CustomCDKECRDeploymentbd07c930edb94112a20f03f096f53666512MiBServiceRole8C8B0491",
"Arn",
],
},
"Runtime": "go1.x",
"Runtime": "provided.al2023",
"Timeout": 900,
},
"Type": "AWS::Lambda::Function",
Expand Down Expand Up @@ -1599,6 +1599,26 @@ exports[`DecidimStack Created 1`] = `
"Ref": "decidimTaskDefinition2308FB5B",
},
},
{
"Action": "ecs:TagResource",
"Effect": "Allow",
"Resource": {
"Fn::Join": [
"",
[
"arn:",
{
"Ref": "AWS::Partition",
},
":ecs:ap-northeast-1:*:task/",
{
"Ref": "DecidimCluster7E0E2A4C",
},
"/*",
],
],
},
},
{
"Action": "iam:PassRole",
"Effect": "Allow",
Expand Down

0 comments on commit a9ac85e

Please sign in to comment.