FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 62660332 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

fix(versions): be more broad in the versions we accept

For terraform modules we generally should only ever specify *minimum*
versions. From the docs[1]:

> Reusable modules should constrain only their minimum allowed versions
> of Terraform and providers, such as >= 0.12.0. This helps avoid known
> incompatibilities, while allowing the user of the module flexibility
> to upgrade to newer versions of Terraform without altering the module.

[1] https://developer.hashicorp.com/terraform/language/expressions/
  version-constraints#best-practices
parent 2e631d2b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment