Skip to content

Commit a4b6e2f

Browse files
committed
chore: reverted back to the acl for now
1 parent 49faa55 commit a4b6e2f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/cloudformation/terraform-state.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Resources:
77
Type: AWS::S3::Bucket
88
Properties:
99
BucketName: !Sub "$${AWS::AccountId}-$${AWS::Region}-tfstate"
10-
OwnershipControls:
11-
Rules:
12-
- ObjectOwnership: BucketOwnerEnforced
10+
AccessControl: Private
1311
PublicAccessBlockConfiguration:
1412
BlockPublicAcls: true
1513
BlockPublicPolicy: true
@@ -31,7 +29,7 @@ Resources:
3129
- Key: ${key}
3230
Value: ${value}
3331
%{ endfor ~}
34-
- Key: Name
32+
- Key: Name
3533
Value: !Sub "$${AWS::AccountId}-$${AWS::Region}-tfstate"
3634
- Key: aws-cloudformation-stack-id
3735
Value: !Ref "AWS::StackId"

0 commit comments

Comments
 (0)