Skip to content

Commit 8846abb

Browse files
committed
update README.md
1 parent 5a20cb7 commit 8846abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)