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.
root_password
1 parent 187669c commit f4942c5Copy full SHA for f4942c5
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -20,6 +20,7 @@ resource "google_sql_database_instance" "enterprise_plus" {
20
name = "sqlserver-enterprise-plus-instance-pitr"
21
region = "asia-northeast1"
22
database_version = "SQLSERVER_2019_ENTERPRISE"
23
+ root_password = "INSERT-PASSWORD-HERE"
24
settings {
25
tier = "db-perf-optimized-N-2"
26
edition = "ENTERPRISE_PLUS"
@@ -41,6 +42,7 @@ resource "google_sql_database_instance" "enterprise" {
41
42
name = "sqlserver-enterprise-instance-pitr"
43
44
45
46
47
tier = "db-custom-4-26624"
48
edition = "ENTERPRISE"
0 commit comments