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
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| ID of the resource group where endpoint gateways will be provisioned |`string`|`null`| no |
122
126
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| List of security group ids to attach to each endpoint gateway. |`list(string)`|`null`| no |
123
127
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| Service endpoints to use to create endpoint gateways. Can be `public`, or `private`. |`string`|`"private"`| no |
124
-
| <aname="input_subnet_zone_list"></a> [subnet\_zone\_list](#input\_subnet\_zone\_list)| List of subnets in the VPC where gateways and reserved IPs will be provisioned. This value is intended to use the `subnet_zone_list` output from the Landing Zone VPC Subnet Module (https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc) or from templates using that module for subnet creation. | <pre>list(<br> object({<br> name = string<br> id = string<br> zone = optional(string)<br> cidr = optional(string)<br> })<br> )</pre> |`[]`| no |
128
+
| <aname="input_subnet_zone_list"></a> [subnet\_zone\_list](#input\_subnet\_zone\_list)| List of subnets in the VPC where gateways and reserved IPs will be provisioned. This value is intended to use the `subnet_zone_list` output from the Landing Zone VPC Subnet Module (https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc) or from templates using that module for subnet creation. | <pre>list(<br> object({<br> name = string<br> id = string<br> zone = string<br> cidr = optional(string)<br> })<br> )</pre> |`[]`| no |
125
129
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of the VPC where the Endpoint Gateways will be created |`string`|`null`| no |
126
130
| <aname="input_vpc_name"></a> [vpc\_name](#input\_vpc\_name)| Name of the VPC where the Endpoint Gateways will be created. This value is used to dynamically generate VPE names. |`string`|`"vpc"`| no |
0 commit comments