Update README.md

This commit is contained in:
Simone Ruffilli 2021-12-06 16:44:33 +01:00
parent 90718bf134
commit ca03a8aea7
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ module "vpc" {
| name | The name of the network being created | <code title="">string</code> | ✓ | |
| project_id | The ID of the project where this VPC will be created | <code title="">string</code> | ✓ | |
| *auto_create_subnetworks* | Set to true to create an auto mode subnet, defaults to custom mode. | <code title="">bool</code> | | <code title="">false</code> |
| *data_folder* | An optional folder containing the subnet configurations in YaML format. | <code title="">string</code> | | <code title="">null</code> |
| *delete_default_routes_on_create* | Set to true to delete the default routes at creation time. | <code title="">bool</code> | | <code title="">false</code> |
| *description* | An optional description of this resource (triggers recreation on change). | <code title="">string</code> | | <code title="">Terraform-managed.</code> |
| *dns_policy* | DNS policy setup for the VPC. | <code title="object&#40;&#123;&#10;inbound &#61; bool&#10;logging &#61; bool&#10;outbound &#61; object&#40;&#123;&#10;private_ns &#61; list&#40;string&#41;&#10;public_ns &#61; list&#40;string&#41;&#10;&#125;&#41;&#10;&#125;&#41;">object({...})</code> | | <code title="">null</code> |