fixed the datapath provider (#3692)

Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
Suryansh Singhal
2026-02-02 14:30:14 +05:30
committed by GitHub
parent bfb6caa73b
commit 995e884700

View File

@@ -47,7 +47,7 @@ resource "google_container_cluster" "cluster" {
datapath_provider = (
var.enable_features.dataplane_v2
? "ADVANCED_DATAPATH"
: "DATAPATH_PROVIDER_UNSPECIFIED"
: "LEGACY_DATAPATH"
)
dynamic "default_snat_status" {