We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f0a06 commit af3843aCopy full SHA for af3843a
1 file changed
modules/database/main.tf
@@ -15,6 +15,7 @@ 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