Invalid hashicorp constraint for version = "0.1.0-beta.0" #21332
-
How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us what version of Renovate you run.No response If you're self-hosting Renovate, select which platform you are using.None If you're self-hosting Renovate, tell us what version of the platform you run.No response Was this something which used to work for you, and then stopped?I never saw this working Wanted end result.I'm observing the following unexpected warning about version constraint, whereas a fixed version
For a valid terraform required-providers.tf file: terraform {
required_version = ">= 0.12"
#experiments = [module_variable_optional_attrs]
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.1.1"
}
nsxt = {
source = "vmware/nsxt"
version = "3.2.6"
}
credhub = {
source = "orange-cloudfoundry/credhub"
version = "0.14.2"
}
talos = {
source = "siderolabs/talos"
version = "0.1.0-beta.0"
}
}
} See associated provider version https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.1.0-beta.0 What you tried so far.A workaround is to manually bump to 0.1.0 Relevant debug logsLogs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Will be fixed by #21334 |
Beta Was this translation helpful? Give feedback.
Will be fixed by #21334