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 support for GKE Security Posture, formerly known as GKE Protect
Terraform Resources
The protect_config block supports:
workload_config - (Optional, Beta) WorkloadConfig defines which actions are enabled for a cluster's workload configurations. Structure is documented below
workload_vulnerability_mode - (Optional, Beta) Sets which mode to use for Protect workload vulnerability scanning feature. Accepted values are WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED, DISABLED, BASIC.
The protect_config.workload_config block supports:
auditMode - (Optional, Beta) WorkloadConfig defines the flags to enable or disable the workload configurations for the cluster. Accepted values are MODE_UNSPECIFIED, DISABLED, BASIC.
TL;DR
Add support for GKE Security Posture, formerly known as GKE Protect
Terraform Resources
Documentation link: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#protect_config
Detailed design
No response
Additional information
Requires TPG 4.40.0 and was introduced inhttps://github.com/hashicorp/terraform-provider-google/issues/12778
The text was updated successfully, but these errors were encountered: