Skip to content

Commit af3843a

Browse files
fix d b
1 parent 75f0a06 commit af3843a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/database/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resource "google_sql_database_instance" "this" {
1515

1616
settings {
1717
tier = var.postgres_tier
18+
edition = "ENTERPRISE"
1819
deletion_protection_enabled = var.deletion_protection
1920

2021
backup_configuration {

0 commit comments

Comments
 (0)