Skip to content

Commit f4942c5

Browse files
authored
Add root_password argument
1 parent 187669c commit f4942c5

File tree

1 file changed

+2
-0
lines changed
  • cloud_sql/sqlserver_instance_pitr

1 file changed

+2
-0
lines changed

cloud_sql/sqlserver_instance_pitr/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ resource "google_sql_database_instance" "enterprise_plus" {
2020
name = "sqlserver-enterprise-plus-instance-pitr"
2121
region = "asia-northeast1"
2222
database_version = "SQLSERVER_2019_ENTERPRISE"
23+
root_password = "INSERT-PASSWORD-HERE"
2324
settings {
2425
tier = "db-perf-optimized-N-2"
2526
edition = "ENTERPRISE_PLUS"
@@ -41,6 +42,7 @@ resource "google_sql_database_instance" "enterprise" {
4142
name = "sqlserver-enterprise-instance-pitr"
4243
region = "asia-northeast1"
4344
database_version = "SQLSERVER_2019_ENTERPRISE"
45+
root_password = "INSERT-PASSWORD-HERE"
4446
settings {
4547
tier = "db-custom-4-26624"
4648
edition = "ENTERPRISE"

0 commit comments

Comments
 (0)