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
| add\_cluster\_firewall\_rules | Create additional firewall rules |`bool`|`false`| no |
127
+
| add\_shadow\_firewall\_rules | Create GKE shadow firewall (the same as default firewall rules with firewall logs enabled). |`bool`|`false`| no |
127
128
| basic\_auth\_password | The password to be used with Basic Authentication. |`string`|`""`| no |
128
129
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. |`string`|`""`| no |
@@ -181,6 +182,7 @@ Then perform the following commands on the root folder:
181
182
| remove\_default\_node\_pool | Remove default node pool while setting up the cluster |`bool`|`false`| no |
182
183
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. |`string`|`""`| no |
183
184
| service\_account | The service account to run nodes as if not overridden in `node_pools`. The create\_service\_account variable default value (true) will cause a cluster-specific service account to be created. |`string`|`""`| no |
185
+
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
184
186
| skip\_provisioners | Flag to skip all local-exec provisioners. It breaks `stub_domains` and `upstream_nameservers` variables functionality. |`bool`|`false`| no |
185
187
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
186
188
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
| add\_cluster\_firewall\_rules | Create additional firewall rules |`bool`|`false`| no |
158
+
| add\_shadow\_firewall\_rules | Create GKE shadow firewall (the same as default firewall rules with firewall logs enabled). |`bool`|`false`| no |
158
159
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format [email protected]|`string`|`null`| no |
159
160
| basic\_auth\_password | The password to be used with Basic Authentication. |`string`|`""`| no |
160
161
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. |`string`|`""`| no |
@@ -237,6 +238,7 @@ Then perform the following commands on the root folder:
237
238
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. |`string`|`""`| no |
238
239
| sandbox\_enabled | (Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` to use it). |`bool`|`false`| no |
239
240
| service\_account | The service account to run nodes as if not overridden in `node_pools`. The create\_service\_account variable default value (true) will cause a cluster-specific service account to be created. |`string`|`""`| no |
241
+
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
240
242
| skip\_provisioners | Flag to skip all local-exec provisioners. It breaks `stub_domains` and `upstream_nameservers` variables functionality. |`bool`|`false`| no |
241
243
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
242
244
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
| add\_cluster\_firewall\_rules | Create additional firewall rules |`bool`|`false`| no |
136
+
| add\_shadow\_firewall\_rules | Create GKE shadow firewall (the same as default firewall rules with firewall logs enabled). |`bool`|`false`| no |
136
137
| authenticator\_security\_group | The name of the RBAC security group for use with Google security groups in Kubernetes RBAC. Group name must be in format [email protected]|`string`|`null`| no |
137
138
| basic\_auth\_password | The password to be used with Basic Authentication. |`string`|`""`| no |
138
139
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. |`string`|`""`| no |
@@ -215,6 +216,7 @@ Then perform the following commands on the root folder:
215
216
| resource\_usage\_export\_dataset\_id | The ID of a BigQuery Dataset for using BigQuery as the destination of resource usage export. |`string`|`""`| no |
216
217
| sandbox\_enabled | (Beta) Enable GKE Sandbox (Do not forget to set `image_type` = `COS_CONTAINERD` to use it). |`bool`|`false`| no |
217
218
| service\_account | The service account to run nodes as if not overridden in `node_pools`. The create\_service\_account variable default value (true) will cause a cluster-specific service account to be created. |`string`|`""`| no |
219
+
| shadow\_firewall\_rules\_priority | The firewall priority of GKE shadow firewall rules. The priority should be less than default firewall, which is 1000. |`number`|`999`| no |
218
220
| skip\_provisioners | Flag to skip all local-exec provisioners. It breaks `stub_domains` and `upstream_nameservers` variables functionality. |`bool`|`false`| no |
219
221
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server |`map(list(string))`|`{}`| no |
220
222
| subnetwork | The subnetwork to host the cluster in (required) |`string`| n/a | yes |
0 commit comments