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 903d275 commit 1e4ed70Copy full SHA for 1e4ed70
cloud_sql/sqlserver_instance_pitr/main.tf
@@ -19,6 +19,7 @@ resource "google_sql_database_instance" "default" {
19
name = "sqlserver-instance-pitr"
20
region = "asia-northeast1"
21
database_version = "SQLSERVER_2019_ENTERPRISE"
22
+ root_password = "INSERT-PASSWORD-HERE"
23
settings {
24
tier = "db-custom-4-26624"
25
backup_configuration {
0 commit comments