Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo19sc committed Jul 14, 2022
1 parent d555353 commit d69dfb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ This library is licensed under the MIT-0 License. See the [LICENSE](https://gith

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_ec2_multi_subnet"></a> [ec2\_multi\_subnet](#input\_ec2\_multi\_subnet) | Multi subnet Instance Deployment. | `bool` | `false` | no |
| <a name="input_ec2_multi_subnet"></a> [ec2\_multi\_subnet](#input\_ec2\_multi\_subnet) | Multi subnet Instance Deployment. | `bool` | `true` | no |
| <a name="input_inspection_vpc"></a> [inspection\_vpc](#input\_inspection\_vpc) | Inspection VPC definition. | `any` | <pre>{<br> "cidr_block": "10.129.0.0/24",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "number_azs": 2,<br> "private_subnet_netmask": 28,<br> "public_subnet_netmask": 28,<br> "tgw_subnet_netmask": 28<br>}</pre> | no |
| <a name="input_project_name"></a> [project\_name](#input\_project\_name) | Name of the project. | `string` | `"aws-hub-and-spoke-demo"` | no |
| <a name="input_region"></a> [region](#input\_region) | AWS Region. | `string` | `"us-east-1"` | no |
| <a name="input_spoke_vpcs"></a> [spoke\_vpcs](#input\_spoke\_vpcs) | Spoke VPCs definition. | `any` | <pre>{<br> "spoke-vpc-1": {<br> "cidr_block": "10.0.0.0/16",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "instance_type": "t2.micro",<br> "number_azs": 2,<br> "private_subnet_netmask": 28,<br> "tgw_subnet_netmask": 28<br> },<br> "spoke-vpc-2": {<br> "cidr_block": "10.1.0.0/16",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "instance_type": "t2.micro",<br> "number_azs": 2,<br> "private_subnet_netmask": 24,<br> "tgw_subnet_netmask": 28<br> }<br>}</pre> | no |
| <a name="input_supernet"></a> [supernet](#input\_supernet) | Hub and Spoke Supernet. | `string` | `"10.0.0.0/8"` | no |
| <a name="input_vpcs"></a> [vpcs](#input\_vpcs) | VPCs to create | `any` | <pre>{<br> "inspection-vpc": {<br> "cidr_block": "10.129.0.0/24",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "number_azs": 2,<br> "private_subnet_netmask": 28,<br> "public_subnet_netmask": 28,<br> "tgw_subnet_netmask": 28,<br> "type": "inspection"<br> },<br> "spoke-vpc-1": {<br> "cidr_block": "10.0.0.0/16",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "instance_type": "t2.micro",<br> "number_azs": 2,<br> "private_subnet_netmask": 28,<br> "tgw_subnet_netmask": 28,<br> "type": "spoke"<br> },<br> "spoke-vpc-2": {<br> "cidr_block": "10.1.0.0/16",<br> "flow_log_config": {<br> "log_destination_type": "cloud-watch-logs",<br> "retention_in_days": 7<br> },<br> "instance_type": "t2.micro",<br> "number_azs": 2,<br> "private_subnet_netmask": 24,<br> "tgw_subnet_netmask": 28,<br> "type": "spoke"<br> }<br>}</pre> | no |

## Outputs

Expand Down

0 comments on commit d69dfb8

Please sign in to comment.