diff --git a/terraform/modules/aks-byok/cluster.tf b/terraform/modules/aks-byok/cluster.tf index baeb2a8..fc9620b 100644 --- a/terraform/modules/aks-byok/cluster.tf +++ b/terraform/modules/aks-byok/cluster.tf @@ -9,7 +9,7 @@ resource "plural_cluster" "this" { name = var.cluster_name tags = var.tags protect = var.protect - bindings = var.bindings + # bindings = var.bindings cloud = "byok" cloud_settings = { byok = { diff --git a/terraform/modules/eks-byok/cluster.tf b/terraform/modules/eks-byok/cluster.tf index d746ed4..01328a8 100644 --- a/terraform/modules/eks-byok/cluster.tf +++ b/terraform/modules/eks-byok/cluster.tf @@ -11,7 +11,7 @@ resource "plural_cluster" "this" { name = var.cluster_name tags = var.tags protect = var.protect - bindings = var.bindings + # bindings = var.bindings cloud = "byok" cloud_settings = { byok = { diff --git a/terraform/modules/gke-byok/cluster.tf b/terraform/modules/gke-byok/cluster.tf index 25ec4b4..dd986ba 100644 --- a/terraform/modules/gke-byok/cluster.tf +++ b/terraform/modules/gke-byok/cluster.tf @@ -11,7 +11,7 @@ resource "plural_cluster" "this" { name = var.cluster_name tags = var.tags protect = var.protect - bindings = var.bindings + # bindings = var.bindings cloud = "byok" cloud_settings = { byok = {