From 81dbe4cc390b4c4e03e524de42f44c05ca92019e Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:07:53 +0530 Subject: [PATCH] Update my-sql-instance-variables.tf --- deployment/gcpresources/terraform/my-sql-instance-variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/gcpresources/terraform/my-sql-instance-variables.tf b/deployment/gcpresources/terraform/my-sql-instance-variables.tf index 0835dd0a..996f8c29 100644 --- a/deployment/gcpresources/terraform/my-sql-instance-variables.tf +++ b/deployment/gcpresources/terraform/my-sql-instance-variables.tf @@ -66,7 +66,7 @@ variable user_name { default = "dbadmin" } -variable guser_password { +variable user_password { description = "The password for the default user. If not set, a random one will be generated and available in the generated_user_password output variable." default = "JavaDBs#password2023" }