Skip to content

Commit 6a9a058

Browse files
authored
Update main.tf
Update edition for the Enterprise sample.
1 parent 06c94ec commit 6a9a058

File tree

1 file changed

+1
-1
lines changed
  • cloud_sql/sqlserver_instance_pitr

1 file changed

+1
-1
lines changed

cloud_sql/sqlserver_instance_pitr/main.tf

Lines changed: 1 addition & 1 deletion
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_PLUS"
25+
edition = "ENTERPRISE"
2626
backup_configuration {
2727
enabled = true
2828
}

0 commit comments

Comments
 (0)