File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,10 @@ region are guaranteed to support the same version.
292
292
[ PodSecurityPolicy] ( https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-policies ) feature.
293
293
Structure is [ documented below] ( #nested_pod_security_policy_config ) .
294
294
295
+ * ` secret_manager_config ` - (Optional, [ Beta] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) ) Configuration for the
296
+ [ SecretManagerConfig] ( https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component ) feature.
297
+ Structure is [ documented below] ( #nested_secret_manager_config ) .
298
+
295
299
* ` authenticator_groups_config ` - (Optional) Configuration for the
296
300
[ Google Groups for GKE] ( https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#groups-setup-gsuite ) feature.
297
301
Structure is [ documented below] ( #nested_authenticator_groups_config ) .
@@ -1106,6 +1110,10 @@ notification_config {
1106
1110
* ` enabled ` (Required) - Enable the PodSecurityPolicy controller for this cluster.
1107
1111
If enabled, pods must be valid under a PodSecurityPolicy to be created.
1108
1112
1113
+ <a name =" nested_secret_manager_config " ></a >The ` secret_manager_config ` block supports:
1114
+
1115
+ * ` enabled ` (Required) - Enable the Secret Manager add-on for this cluster.
1116
+
1109
1117
<a name =" nested_private_cluster_config " ></a >The ` private_cluster_config ` block supports:
1110
1118
1111
1119
* ` enable_private_nodes ` (Optional) - Enables the private cluster feature,
You can’t perform that action at this time.
0 commit comments