@@ -116,6 +116,7 @@ service_account = ""
116116| disk\_ size\_ gb | n/a | ` number ` | ` 50 ` | no |
117117| disk\_ type | n/a | ` string ` | ` "" ` | no |
118118| environment | Environment (e.g. ` prod ` , ` dev ` , ` staging ` ). | ` string ` | ` "" ` | no |
119+ | gke\_ version | The minimum version of the master. | ` string ` | ` "" ` | no |
119120| google\_ container\_ cluster\_ enabled | Flag to control the cluster\_ enabled creation. | ` bool ` | ` true ` | no |
120121| google\_ container\_ node\_ pool\_ enabled | Flag to control the cluster\_ enabled creation. | ` bool ` | ` true ` | no |
121122| image\_ type | ######################## node\_ config ########################### | ` string ` | ` "" ` | no |
@@ -129,13 +130,15 @@ service_account = ""
129130| min\_ node\_ count | ######################## Autoscaling ########################### | ` number ` | ` 2 ` | no |
130131| module\_ enabled | Flag to control the service\_ account\_ enabled creation. | ` bool ` | ` true ` | no |
131132| name | Name of the resource. Provided by the client when the resource is created. | ` string ` | ` "" ` | no |
133+ | network | A reference (self link) to the VPC network to host the cluster in | ` string ` | ` "" ` | no |
132134| node\_ count | The number of nodes to create in this cluster's default node pool. | ` number ` | ` 1 ` | no |
133135| preemptible | n/a | ` bool ` | ` false ` | no |
134136| project | The project ID to host the cluster in | ` string ` | ` "" ` | no |
135137| project\_ id | Google Cloud project ID | ` string ` | ` "" ` | no |
136138| region | Google Cloud region | ` string ` | ` "" ` | no |
137139| remove\_ default\_ node\_ pool | deletes the default node pool upon cluster creation. | ` bool ` | ` true ` | no |
138140| service\_ account | The Google Cloud Platform Service Account to be used by the node VMs created by GKE Autopilot or NAP. | ` string ` | ` "" ` | no |
141+ | subnetwork | A reference (self link) to the subnetwork to host the cluster in | ` string ` | ` "" ` | no |
139142
140143## Outputs
141144
0 commit comments