Skip to content

Commit

Permalink
Force cluster DNS zone destruction #1
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadijs committed Oct 9, 2020
1 parent 398628c commit 81fb1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ resource "google_dns_managed_zone" "main" {
description = "${var.cluster_name} GKE Cluster DNS Zone"
project = var.project

force_destroy = true

labels = {
foo = var.cluster_name
}
Expand Down

0 comments on commit 81fb1b4

Please sign in to comment.