FAQ | This is a LIVE service | Changelog

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

change version specifiers to specify minimum versions

From https://www.terraform.io/docs/language/modules/develop/providers.html:

> If you are writing a shared Terraform module, constrain only the minimum
> required provider version using a >= constraint. This should specify the
> minimum version containing the features your module relies on, and thus
> allow a user of your module to potentially select a newer provider
> version if other features are needed by other parts of their overall
> configuration.

We were previously using ~> for all specifiers which breaks consumers of
the module who rely on, e.g., k8s provider resources only present in the
2.4 release.
parent f48efe14
No related branches found
No related tags found
Loading
Pipeline #126648 passed
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