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 06c94ec commit 6a9a058Copy full SHA for 6a9a058
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_PLUS"
+ edition = "ENTERPRISE"
26
backup_configuration {
27
enabled = true
28
}
0 commit comments