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
Currently, users must specify an exact version of the Terraform provider. For ease of use, it would be nice if latest was also a supported version, and the Steampipe plugin used the Registry API to detect and download the current latest version of the provider.
(WARN) How can we detect the latest version? There doesn't seem to be a direct way of doing so. We may need to parse SemVer-style versions?
Currently, users must specify an exact version of the Terraform provider. For ease of use, it would be nice if
latest
was also a supported version, and the Steampipe plugin used the Registry API to detect and download the current latest version of the provider.(WARN) How can we detect the latest version? There doesn't seem to be a direct way of doing so. We may need to parse SemVer-style versions?
https://developer.hashicorp.com/terraform/internals/provider-registry-protocol#list-available-versions
The text was updated successfully, but these errors were encountered: