Skip to content

Commit

Permalink
chore: update snapshot again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vieltojarvi committed Oct 9, 2024
1 parent 4732d7c commit 27be090
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@ exports[`Check RootStack Template generates root stack Template 1`] = `
"Ref": "DeploymentBucketName",
},
"PolicyDocument": {
OwnershipStatement: [
"OwnershipStatement": [
{
Action: 's3:*',
Condition: {
StringNotEquals: {
's3:ResourceAccount': {
"Action": "s3:*",
"Condition": {
"StringNotEquals": {
"s3:ResourceAccount": {
"Ref": "AWS:AccountId",
},
},
},
Effect: 'Deny',
Principal: '*',
Resource: {
"Effect": "Deny",
"Principal": "*",
"Resource": {
{
"Fn::Join": [
"",
Expand All @@ -148,7 +148,7 @@ exports[`Check RootStack Template generates root stack Template 1`] = `
},
}
},
],
],
"Statement": [
{
"Action": "s3:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ exports[`Root stack template tests Generated root stack template during init 1`]
"Ref": "DeploymentBucketName",
},
"PolicyDocument": {
OwnershipStatement: [
"OwnershipStatement": [
{
Action: 's3:*',
Condition: {
StringNotEquals: {
's3:ResourceAccount': {
"Action": "s3:*",
"Condition": {
"StringNotEquals": {
"s3:ResourceAccount": {
"Ref": "AWS:AccountId",
},
},
},
Effect: 'Deny',
Principal: '*',
Resource: {
"Effect": "Deny",
"Principal": "*",
"Resource": {
{
"Fn::Join": [
"",
Expand All @@ -169,7 +169,7 @@ exports[`Root stack template tests Generated root stack template during init 1`]
},
}
},
],
],
"Statement": [
{
"Action": "s3:*",
Expand Down

0 comments on commit 27be090

Please sign in to comment.