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
* Specify type for pod_security_policy_config
This fixes an issue where type defaults to string, and leads to
a type error attempting to set the value from outside the module.
* Generate modules following the changes to pod_security_policy_config
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/beta-private-cluster-update-variant/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ Then perform the following commands on the root folder:
208
208
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
209
209
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
210
210
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
211
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |list|`<list>`| no |
211
+
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |object|`<list>`| no |
212
212
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
213
213
| region | The region to host the cluster in (optional if zonal cluster / required if regional) | string |`"null"`| no |
214
214
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/beta-private-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Then perform the following commands on the root folder:
186
186
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
187
187
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
188
188
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
189
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |list|`<list>`| no |
189
+
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |object|`<list>`| no |
190
190
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
191
191
| region | The region to host the cluster in (optional if zonal cluster / required if regional) | string |`"null"`| no |
192
192
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/beta-public-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Then perform the following commands on the root folder:
164
164
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
165
165
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
166
166
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
167
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |list|`<list>`| no |
167
+
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |object|`<list>`| no |
168
168
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
169
169
| region | The region to host the cluster in (optional if zonal cluster / required if regional) | string |`"null"`| no |
170
170
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/safer-cluster-update-variant/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ For simplicity, we suggest using `roles/container.admin` and
234
234
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
235
235
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
236
236
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
237
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |list|`<list>`| no |
237
+
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |object|`<list>`| no |
238
238
| project\_id | The project ID to host the cluster in | string | n/a | yes |
239
239
| region | The region to host the cluster in | string | n/a | yes |
240
240
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
Copy file name to clipboardExpand all lines: modules/safer-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ For simplicity, we suggest using `roles/container.admin` and
234
234
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
235
235
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
236
236
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
237
-
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |list|`<list>`| no |
237
+
| pod\_security\_policy\_config | enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created. |object|`<list>`| no |
238
238
| project\_id | The project ID to host the cluster in | string | n/a | yes |
239
239
| region | The region to host the cluster in | string | n/a | yes |
240
240
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | bool |`"true"`| no |
description="enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
0 commit comments