-| 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 |
0 commit comments