File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ module "wrapper" {
68
68
request_payer = try (each. value . request_payer , var. defaults . request_payer , null )
69
69
restrict_public_buckets = try (each. value . restrict_public_buckets , var. defaults . restrict_public_buckets , true )
70
70
server_side_encryption_configuration = try (each. value . server_side_encryption_configuration , var. defaults . server_side_encryption_configuration , {})
71
+ skip_destroy_public_access_block = try (each. value . skip_destroy_public_access_block , var. defaults . skip_destroy_public_access_block , true )
71
72
tags = try (each. value . tags , var. defaults . tags , {})
72
73
transition_default_minimum_object_size = try (each. value . transition_default_minimum_object_size , var. defaults . transition_default_minimum_object_size , null )
73
74
type = try (each. value . type , var. defaults . type , " Directory" )
You can’t perform that action at this time.
0 commit comments