Skip to content

Commit

Permalink
fix variable default
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeMdm committed Jul 4, 2022
1 parent 9782fa1 commit 2227e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variable "app" {
variable "repository_config" {
description = "repository configuration"
type = map(any)
default = {}
}

variable "values" {
Expand Down

0 comments on commit 2227e5d

Please sign in to comment.