Skip to content

Commit f1c9b8e

Browse files
committed
Workaround TF null default bug
1 parent e1075a6 commit f1c9b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ variable "artifact_url" {
8686
variable "artifact_git_ref" {
8787
type = string
8888
description = "Git ref of the lambda artifact to use. Use latest version if null."
89-
default = null
89+
default = ""
9090
}
9191

0 commit comments

Comments
 (0)