Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit fdf434ee authored by Nicolas's avatar Nicolas
Browse files

Disable deletion protection

parent 346ab5a9
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ resource "google_sql_database_instance" "cloud_sql" { ...@@ -225,7 +225,7 @@ resource "google_sql_database_instance" "cloud_sql" {
name = var.cloud_sql_name name = var.cloud_sql_name
region = var.region region = var.region
database_version = "MYSQL_8_0" database_version = "MYSQL_8_0"
deletion_protection = true deletion_protection = false
settings { settings {
tier = "db-custom-2-3840" # 2vCPU - 3.75 Go tier = "db-custom-2-3840" # 2vCPU - 3.75 Go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment