Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Sep 10, 2024
1 parent 7a01e2c commit 9ccfc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ variable "delete_after" {
This is useful if you need to write out a temporary file that is used by other shell scripts, such as credential files.
EOF
type = list(any)
type = any
default = []
nullable = false
}

0 comments on commit 9ccfc37

Please sign in to comment.