Skip to content

Commit d8a4f0b

Browse files
committed
fmt
1 parent 77f3e96 commit d8a4f0b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,16 @@ Default: `""`
13161316

13171317
Description: Object that defines which public access should be blocked
13181318

1319-
Type: `object({})`
1319+
Type:
1320+
1321+
```hcl
1322+
object({
1323+
block_public_acls = bool
1324+
block_public_policy = bool
1325+
ignore_public_acls = bool
1326+
restrict_public_buckets = bool
1327+
})
1328+
```
13201329

13211330
Default:
13221331

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ variable "rds_s3_dump_role_arn" {
789789

790790
variable "rds_s3_dump_block_public_access" {
791791
description = "Object that defines which public access should be blocked"
792-
type = object({
792+
type = object({
793793
block_public_acls = bool
794794
block_public_policy = bool
795795
ignore_public_acls = bool

0 commit comments

Comments
 (0)