Skip to content

Commit

Permalink
Merge pull request #23 from fluxcd/gke-delete-protection
Browse files Browse the repository at this point in the history
GKE: set delete_protection to false
  • Loading branch information
darkowlzz authored Nov 3, 2023
2 parents 7661280 + a66321f commit be59e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf-modules/gcp/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ resource "google_container_cluster" "primary" {
workload_pool = var.enable_wi == false ? null : "${data.google_project.this.project_id}.svc.id.goog"
}

deletion_protection = false

resource_labels = module.tags.tags
}

Expand Down

0 comments on commit be59e43

Please sign in to comment.