Skip to content

Commit be53d98

Browse files
<br>
1 parent f509c19 commit be53d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| humanitec\_prefix | A prefix that will be attached to all IDs created in Humanitec. | `string` | `""` | no |
4444
| vpc\_description | VPC Description | `string` | `"VPC for Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp"` | no |
4545
| vpc\_name | VPC Name | `string` | `"htc-ref-arch-vpc"` | no |
46-
| vpc\_subnets | List of VPC Subnets | <pre>list(object({<br/> name = string<br/> description = string<br/> ip_cidr_range = string<br/> purpose = optional(string)<br/> role = optional(string)<br/> region = optional(string)<br/> private_ip_google_access = optional(bool)<br/> secondary_ip_range = optional(list(object({<br/> range_name = string<br/> ip_cidr_range = string<br/> })))<br/> }))</pre> | <pre>[<br/> {<br/> "description": "Subnet that hosts resources provisioned for the Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp",<br/> "ip_cidr_range": "10.128.0.0/20",<br/> "name": "htc-ref-arch-subnet"<br/> }<br/>]</pre> | no |
46+
| vpc\_subnets | List of VPC Subnets | <pre>list(object({<br> name = string<br> description = string<br> ip_cidr_range = string<br> purpose = optional(string)<br> role = optional(string)<br> region = optional(string)<br> private_ip_google_access = optional(bool)<br> secondary_ip_range = optional(list(object({<br> range_name = string<br> ip_cidr_range = string<br> })))<br> }))</pre> | <pre>[<br> {<br> "description": "Subnet that hosts resources provisioned for the Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp",<br> "ip_cidr_range": "10.128.0.0/20",<br> "name": "htc-ref-arch-subnet"<br> }<br>]</pre> | no |
4747

4848
### Outputs
4949

modules/network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
|------|-------------|------|---------|:--------:|
2828
| project\_id | GCP Project ID | `string` | n/a | yes |
2929
| region | GCP Region | `string` | n/a | yes |
30-
| subnets | List of VPC Subnets | <pre>list(object({<br/> name = string<br/> description = string<br/> ip_cidr_range = string<br/> purpose = optional(string)<br/> role = optional(string)<br/> region = optional(string)<br/> private_ip_google_access = optional(bool)<br/> secondary_ip_range = optional(list(object({<br/> range_name = string<br/> ip_cidr_range = string<br/> })))<br/> }))</pre> | n/a | yes |
30+
| subnets | List of VPC Subnets | <pre>list(object({<br> name = string<br> description = string<br> ip_cidr_range = string<br> purpose = optional(string)<br> role = optional(string)<br> region = optional(string)<br> private_ip_google_access = optional(bool)<br> secondary_ip_range = optional(list(object({<br> range_name = string<br> ip_cidr_range = string<br> })))<br> }))</pre> | n/a | yes |
3131
| vpc\_description | VPC Description | `string` | n/a | yes |
3232
| vpc\_name | VPC Name | `string` | n/a | yes |
3333

0 commit comments

Comments
 (0)