Skip to content

Commit dedca7c

Browse files
committed
Remove datapath provider from Autopilot modules
You cannot set datapath for Autopilot clusters. Fixes #1446
1 parent 24c09ec commit dedca7c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

modules/beta-autopilot-private-cluster/cluster.tf

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ resource "google_container_cluster" "primary" {
119119

120120
}
121121

122-
datapath_provider = var.datapath_provider
123-
124122
networking_mode = "VPC_NATIVE"
125123
ip_allocation_policy {
126124
cluster_secondary_range_name = var.ip_range_pods

modules/beta-autopilot-public-cluster/cluster.tf

-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ resource "google_container_cluster" "primary" {
119119

120120
}
121121

122-
datapath_provider = var.datapath_provider
123-
124122
networking_mode = "VPC_NATIVE"
125123
ip_allocation_policy {
126124
cluster_secondary_range_name = var.ip_range_pods

0 commit comments

Comments
 (0)