Skip to content

Commit 9682e15

Browse files
authored
Update main.tf
Updated editions for samples.
1 parent 6a9a058 commit 9682e15

File tree

1 file changed

+2
-2
lines changed
  • cloud_sql/sqlserver_instance_pitr

1 file changed

+2
-2
lines changed

cloud_sql/sqlserver_instance_pitr/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "google_sql_database_instance" "enterprise_plus" {
2222
database_version = "SQLSERVER_2019_ENTERPRISE"
2323
settings {
2424
tier = "db-perf-optimized-N-2"
25-
edition = "ENTERPRISE"
25+
edition = "ENTERPRISE_PLUS"
2626
backup_configuration {
2727
enabled = true
2828
}
@@ -43,7 +43,7 @@ resource "google_sql_database_instance" "enterprise" {
4343
database_version = "SQLSERVER_2019_ENTERPRISE"
4444
settings {
4545
tier = "db-custom-4-26624"
46-
edition = "ENTERPRISE_PLUS"
46+
edition = "ENTERPRISE"
4747
backup_configuration {
4848
enabled = true
4949
point_in_time_recovery_enabled = true

0 commit comments

Comments
 (0)