You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform should pull the correct version as specified. (version 0.9.0+1.4970527). It should also pull the latest release (e.g. the release with the highest version number which would be 0.9.0+1.4970527 at the time of writing) when specifying a constraint like version = ">=0.9.0".
Actual Behavior
Terraform pulls a seemingly random version of the module (version 0.9.0+0.6babc9f)
The text was updated successfully, but these errors were encountered:
apparentlymart
changed the title
Wrong version of module pulled in
Module installer doesn't honor explicit build metadata in version constraint
Mar 25, 2019
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Sep 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/MrStrix/2d3991857fb3363d150ea5fb70172c41
Expected Behavior
Terraform should pull the correct version as specified. (version
0.9.0+1.4970527
). It should also pull the latest release (e.g. the release with the highest version number which would be0.9.0+1.4970527
at the time of writing) when specifying a constraint likeversion = ">=0.9.0"
.Actual Behavior
Terraform pulls a seemingly random version of the module (version
0.9.0+0.6babc9f
)Steps to Reproduce
main.tf
like described aboveterraform init
Additional Context
The module is in the registry: https://registry.terraform.io/modules/adfinis-forks/aks/azurerm/0.9.0
and the releases are on github: https://github.com/adfinis-forks/terraform-azurerm-aks/releases
The text was updated successfully, but these errors were encountered: