Skip to content

Commit

Permalink
disable setting bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 8, 2024
1 parent fdb2545 commit a494543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/aks-byok/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/eks-byok/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/gke-byok/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a494543

Please sign in to comment.