We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9a058 commit 9682e15Copy full SHA for 9682e15
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -22,7 +22,7 @@ resource "google_sql_database_instance" "enterprise_plus" {
22
database_version = "SQLSERVER_2019_ENTERPRISE"
23
settings {
24
tier = "db-perf-optimized-N-2"
25
- edition = "ENTERPRISE"
+ edition = "ENTERPRISE_PLUS"
26
backup_configuration {
27
enabled = true
28
}
@@ -43,7 +43,7 @@ resource "google_sql_database_instance" "enterprise" {
43
44
45
tier = "db-custom-4-26624"
46
- edition = "ENTERPRISE_PLUS"
+ edition = "ENTERPRISE"
47
48
49
point_in_time_recovery_enabled = true
0 commit comments