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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ No resources.
104
104
| <aname="input_cluster_autoscaling_max_cpu"></a> [cluster\_autoscaling\_max\_cpu](#input\_cluster\_autoscaling\_max\_cpu)| The maximum CPU usage across all node pools to trigger the cluster autoscaler to provision more node pools |`string`|`"8"`| no |
105
105
| <aname="input_cluster_autoscaling_max_memory_gb"></a> [cluster\_autoscaling\_max\_memory\_gb](#input\_cluster\_autoscaling\_max\_memory\_gb)| The maximum memory usage across all node pools to trigger the cluster autoscaler to provision more node pools |`string`|`"32"`| no |
106
106
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the GKE cluster |`string`| n/a | yes |
107
+
| <aname="input_cluster_secondary_range_cidr"></a> [cluster\_secondary\_range\_cidr](#input\_cluster\_secondary\_range\_cidr)| The secondary range to use for pods |`string`| n/a | yes |
107
108
| <aname="input_cluster_secondary_range_name"></a> [cluster\_secondary\_range\_name](#input\_cluster\_secondary\_range\_name)| The name of the secondary range to use for pods |`string`|`"gke-pods"`| no |
108
109
| <aname="input_jump_host_ip_address"></a> [jump\_host\_ip\_address](#input\_jump\_host\_ip\_address)| The internal IP address of the jump host |`string`| n/a | yes |
109
110
| <aname="input_jump_host_ip_address_name"></a> [jump\_host\_ip\_address\_name](#input\_jump\_host\_ip\_address\_name)| Name of the IP address resource |`string`|`"jump-host-ip"`| no |
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| GCP project id |`string`|`"florenciacomuzzi"`| no |
116
117
| <aname="input_region"></a> [region](#input\_region)| GCP region |`string`|`"us-east1"`| no |
118
+
| <aname="input_services_secondary_range_cidr"></a> [services\_secondary\_range\_cidr](#input\_services\_secondary\_range\_cidr)| The secondary range to use for services |`string`|`"10.30.0.0/16"`| no |
117
119
| <aname="input_services_secondary_range_name"></a> [services\_secondary\_range\_name](#input\_services\_secondary\_range\_name)| The name of the secondary range to use for services |`string`|`"gke-services"`| no |
118
120
| <aname="input_subnet_cidr"></a> [subnet\_cidr](#input\_subnet\_cidr)| The CIDR block for the subnet |`string`| n/a | yes |
119
121
| <aname="input_subnet_name"></a> [subnet\_name](#input\_subnet\_name)| The name of the subnet |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/vpc/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ No modules.
30
30
| <aname="input_cluster_secondary_range_cidr"></a> [cluster\_secondary\_range\_cidr](#input\_cluster\_secondary\_range\_cidr)| The secondary range to use for pods |`string`|`"10.20.0.0/16"`| no |
31
31
| <aname="input_cluster_secondary_range_name"></a> [cluster\_secondary\_range\_name](#input\_cluster\_secondary\_range\_name)| The name of the secondary range to use for pods |`string`|`"gke-pods"`| no |
32
32
| <aname="input_network_name"></a> [network\_name](#input\_network\_name)| The name of the VPC network |`string`| n/a | yes |
| <aname="input_region"></a> [region](#input\_region)| GCP region |`string`|`"us-east1"`| no |
35
34
| <aname="input_services_secondary_range_cidr"></a> [services\_secondary\_range\_cidr](#input\_services\_secondary\_range\_cidr)| The name of the secondary range to use for services |`string`|`"10.30.0.0/16"`| no |
36
35
| <aname="input_services_secondary_range_name"></a> [services\_secondary\_range\_name](#input\_services\_secondary\_range\_name)| The name of the secondary range to use for services |`string`|`"gke-services"`| no |
0 commit comments