File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1316,7 +1316,16 @@ Default: `""`
13161316
13171317Description: 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
13211330Default:
13221331
Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ variable "rds_s3_dump_role_arn" {
789789
790790variable "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
You can’t perform that action at this time.
0 commit comments