Skip to content

Commit

Permalink
adding default values to variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 1, 2024
1 parent e113e08 commit 3d38f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ variable "WFPREV_USERNAME" {
variable "db_pass" {
description = "db password, passed in as env variable at runtime"
type = string
default = ""
}

variable "api_key" {
Expand Down

0 comments on commit 3d38f2f

Please sign in to comment.