We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49faa55 commit a4b6e2fCopy full SHA for a4b6e2f
assets/cloudformation/terraform-state.yaml
@@ -7,9 +7,7 @@ Resources:
7
Type: AWS::S3::Bucket
8
Properties:
9
BucketName: !Sub "$${AWS::AccountId}-$${AWS::Region}-tfstate"
10
- OwnershipControls:
11
- Rules:
12
- - ObjectOwnership: BucketOwnerEnforced
+ AccessControl: Private
13
PublicAccessBlockConfiguration:
14
BlockPublicAcls: true
15
BlockPublicPolicy: true
@@ -31,7 +29,7 @@ Resources:
31
29
- Key: ${key}
32
30
Value: ${value}
33
%{ endfor ~}
34
- - Key: Name
+ - Key: Name
35
Value: !Sub "$${AWS::AccountId}-$${AWS::Region}-tfstate"
36
- Key: aws-cloudformation-stack-id
37
Value: !Ref "AWS::StackId"
0 commit comments