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" }