Skip to content

Commit 1e4ed70

Browse files
authored
root_password required for MSSQL
1 parent 903d275 commit 1e4ed70

File tree

1 file changed

+1
-0
lines changed
  • cloud_sql/sqlserver_instance_pitr

1 file changed

+1
-0
lines changed

cloud_sql/sqlserver_instance_pitr/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ resource "google_sql_database_instance" "default" {
1919
name = "sqlserver-instance-pitr"
2020
region = "asia-northeast1"
2121
database_version = "SQLSERVER_2019_ENTERPRISE"
22+
root_password = "INSERT-PASSWORD-HERE"
2223
settings {
2324
tier = "db-custom-4-26624"
2425
backup_configuration {

0 commit comments

Comments
 (0)