Skip to content

Terraform modules: provider constraints and upper and lower bounds #208

Answered by zackproser
zackproser asked this question in Help
Discussion options

You must be logged in to vote

There are some situations where a high lower bound, e.g.; > 3.0, < 4.0, could cause problems. For example, there might be a bug for a resource in the newer provider versions and you'd like to explicitly avoid the broken versions.

In general, we find that setting a lower bound is not very flexible and has the potential to cause issues we're not aware of, so we try to avoid setting a high lower bound, or a lower bound at all, wherever possible.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment