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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ Then perform the following commands on the root folder:
155
155
| filestore\_csi\_driver | The status of the Filestore CSI driver addon, which allows the usage of filestore instance as volumes |`bool`|`false`| no |
156
156
| firewall\_inbound\_ports | List of TCP ports for admission/webhook controllers. Either flag `add_master_webhook_firewall_rules` or `add_cluster_firewall_rules` (also adds egress rules) must be set to `true` for inbound-ports firewall rules to be applied. |`list(string)`| <pre>[<br> "8443",<br> "9443",<br> "15017"<br>]</pre> | no |
157
157
| firewall\_priority | Priority rule for firewall rules |`number`|`1000`| no |
158
+
| gateway\_api\_channel | The gateway api channel of this cluster. Accepted values are `CHANNEL_STANDARD` and `CHANNEL_DISABLED`. |`string`|`null`| no |
158
159
| gce\_pd\_csi\_driver | Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. |`bool`|`true`| no |
159
160
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer and artifactregistry.reader roles. |`bool`|`false`| no |
160
161
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon |`bool`|`true`| no |
@@ -215,6 +216,7 @@ Then perform the following commands on the root folder:
215
216
| ca\_certificate | Cluster ca certificate (base64 encoded) |
216
217
| cluster\_id | Cluster ID |
217
218
| endpoint | Cluster endpoint |
219
+
| gateway\_api\_channel | The gateway api channel of this cluster. |
218
220
| horizontal\_pod\_autoscaling\_enabled | Whether horizontal pod autoscaling enabled |
-[Terraform Provider for GCP][terraform-provider-google]v4.47
307
309
#### gcloud
308
310
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
309
311
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.
-[Terraform Provider for GCP Beta][terraform-provider-google-beta]v3.41
259
+
-[Terraform Provider for GCP Beta][terraform-provider-google-beta]v4.47
260
260
{% else %}
261
-
-[Terraform Provider for GCP][terraform-provider-google]v3.41
261
+
-[Terraform Provider for GCP][terraform-provider-google]v4.47
262
262
{% endif %}
263
263
#### gcloud
264
264
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
0 commit comments