Skip to content

Commit

Permalink
disable deletion protection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent cebedaf commit e2143d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "create_db" {

variable "deletion_protection" {
type = bool
default = true
default = false
}

variable "kubernetes_version" {
Expand Down

0 comments on commit e2143d9

Please sign in to comment.