Skip to content

Commit 2227e5d

Browse files
committed
fix variable default
1 parent 9782fa1 commit 2227e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ variable "app" {
1111
variable "repository_config" {
1212
description = "repository configuration"
1313
type = map(any)
14+
default = {}
1415
}
1516

1617
variable "values" {

0 commit comments

Comments
 (0)