File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ - repo : git://github.com/antonbabenko/pre-commit-terraform
2
+ rev : v1.17.0
3
+ hooks :
4
+ - id : terraform_fmt
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ resource "aws_s3_bucket" "access_log" {
19
19
resource "aws_s3_bucket_public_access_block" "access_log" {
20
20
bucket = aws_s3_bucket. access_log . id
21
21
22
- block_public_acls = true
23
- block_public_policy = true
24
- ignore_public_acls = true
22
+ block_public_acls = true
23
+ block_public_policy = true
24
+ ignore_public_acls = true
25
25
restrict_public_buckets = true
26
26
}
27
27
@@ -62,8 +62,8 @@ resource "aws_s3_bucket" "content" {
62
62
resource "aws_s3_bucket_public_access_block" "content" {
63
63
bucket = aws_s3_bucket. content . id
64
64
65
- block_public_acls = true
66
- block_public_policy = true
67
- ignore_public_acls = true
65
+ block_public_acls = true
66
+ block_public_policy = true
67
+ ignore_public_acls = true
68
68
restrict_public_buckets = true
69
69
}
You can’t perform that action at this time.
0 commit comments