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 9682e15 commit ea82ba7Copy full SHA for ea82ba7
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -42,7 +42,7 @@ resource "google_sql_database_instance" "enterprise" {
42
region = "asia-northeast1"
43
database_version = "SQLSERVER_2019_ENTERPRISE"
44
settings {
45
- tier = "db-custom-4-26624"
+ tier = "db-perf-optimized-N-2"
46
edition = "ENTERPRISE"
47
backup_configuration {
48
enabled = true
0 commit comments