You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -480,6 +480,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
480
480
| <aname="input_enable_dns_request_logging"></a> [enable\_dns\_request\_logging](#input\_enable\_dns\_request\_logging)| Enable logging of DNS requests |`bool`|`false`| no |
| <aname="input_enable_private_endpoints"></a> [enable\_private\_endpoints](#input\_enable\_private\_endpoints)| Indicates the network should provision private endpoints |`list(string)`|`[]`| no |
483
+
| <aname="input_enable_public_access_block"></a> [enable\_public\_access\_block](#input\_enable\_public\_access\_block)| Enable VPC public access block should be enabled |`bool`|`false`| no |
483
484
| <aname="input_enable_route53_resolver_rules"></a> [enable\_route53\_resolver\_rules](#input\_enable\_route53\_resolver\_rules)| Automatically associates any shared route53 resolver rules with the VPC |`bool`|`true`| no |
| <aname="input_enable_ssm"></a> [enable\_ssm](#input\_enable\_ssm)| Indicates we should provision SSM private endpoints |`bool`|`false`| no |
@@ -492,6 +493,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
492
493
| <aname="input_nat_gateway_mode"></a> [nat\_gateway\_mode](#input\_nat\_gateway\_mode)| The configuration mode of the NAT gateways |`string`|`"none"`| no |
493
494
| <aname="input_private_subnet_netmask"></a> [private\_subnet\_netmask](#input\_private\_subnet\_netmask)| The netmask for the private subnets |`number`|`0`| no |
494
495
| <aname="input_private_subnet_tags"></a> [private\_subnet\_tags](#input\_private\_subnet\_tags)| Additional tags for the private subnets |`map(string)`|`{}`| no |
496
+
| <aname="input_public_access_block_mode"></a> [public\_access\_block\_mode](#input\_public\_access\_block\_mode)| Indicates the mode for the VPC public access block (i.e allow-egress or allow-bidirectional) |`string`|`"ingress"`| no |
495
497
| <aname="input_public_subnet_netmask"></a> [public\_subnet\_netmask](#input\_public\_subnet\_netmask)| The netmask for the public subnets |`number`|`0`| no |
496
498
| <aname="input_public_subnet_tags"></a> [public\_subnet\_tags](#input\_public\_subnet\_tags)| Additional tags for the public subnets |`map(string)`|`{}`| no |
497
499
| <aname="input_subnets"></a> [subnets](#input\_subnets)| Additional subnets to create in the network, keyed by the subnet name |`any`|`{}`| no |
0 commit comments