Skip to content

Commit

Permalink
fix: mount_points fails on null on tf 0.13 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitopunk committed Oct 3, 2020
1 parent cf9704f commit a339474
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 @@ -171,7 +171,7 @@ variable "mount_points" {
containerPath = string
sourceVolume = string
}))
default = null
default = []
}

variable "port_mappings" {
Expand Down

0 comments on commit a339474

Please sign in to comment.