We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3843a commit 6fb3e86Copy full SHA for 6fb3e86
1 file changed
modules/database/main.tf
@@ -15,7 +15,6 @@ resource "google_sql_database_instance" "this" {
15
16
settings {
17
tier = var.postgres_tier
18
- edition = "ENTERPRISE"
19
deletion_protection_enabled = var.deletion_protection
20
21
backup_configuration {
0 commit comments