Skip to content

Commit

Permalink
add dummy value for secret volume
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsliu committed Apr 1, 2024
1 parent 7ed030b commit 929bbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jupyter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ variable "db_region" {
variable "db_secret_name" {
type = string
description = "CloudSQL user credentials"
default = ""
default = "dummy_value"
}

variable "cloudsql_instance_name" {
Expand Down

0 comments on commit 929bbd9

Please sign in to comment.