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
| cloudrun | Boolean to enable / disable CloudRun |`bool`|`true`| no |
11
10
| cluster\_name\_suffix | A suffix to append to the default cluster name |`string`|`""`| no |
12
11
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster |`any`| n/a | yes |
13
12
| database\_encryption | Application-layer Secrets Encryption settings. The object format is {state = string, key\_name = string}. Valid values of state are: "ENCRYPTED"; "DECRYPTED". key\_name is the name of a CloudKMS key. |`list(object({ state = string, key_name = string }))`| <pre>[<br> {<br> "key_name": "",<br> "state": "DECRYPTED"<br> }<br>]</pre> | no |
@@ -18,7 +17,6 @@ This example illustrates how to create a simple cluster with beta features.
18
17
| gce\_pd\_csi\_driver | (Beta) Whether this cluster should enable the Google Compute Engine Persistent Disk Container Storage Interface (CSI) Driver. |`bool`|`false`| no |
19
18
| ip\_range\_pods | The secondary ip range to use for pods |`any`| n/a | yes |
20
19
| ip\_range\_services | The secondary ip range to use for services |`any`| n/a | yes |
21
-
| istio | Boolean to enable / disable Istio |`bool`|`true`| no |
22
20
| network | The VPC network to host the cluster in |`any`| n/a | yes |
23
21
| node\_pools | List of maps containing node pools |`list(map(string))`| <pre>[<br> {<br> "name": "default-node-pool"<br> }<br>]</pre> | no |
24
22
| project\_id | The project ID to host the cluster in |`any`| n/a | yes |
0 commit comments