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
I'm cobbling together some CI pipelines that currently auto-download this plugin using the downloader. (This will change soon, but give me a break, I just got it all working!)
I was sure this decision would take more than a week to come back to haunt me, but here we are - the downloader seems to be failing in a Linux AMD64 container.
The script fails thusly:
chanzuckerberg/terraform-provider-snowflake debug http_download https://github.com/chanzuckerberg/terraform-provider-snowflake/releases/download/v0.13.2/terraform-provider-snowflake_0.13.2_linux_amd64.tar.gz
chanzuckerberg/terraform-provider-snowflake debug http_download_curl received HTTP status 404
As of this writing, there is no downloadable .tar.gz artifact for release v0.13.2. But download.sh works like a champ on v0.13.0, e.g.:
By my reading of the situation, either the plugin release process should be generating tarballs on some platforms, or (probably easier) download.sh should be constructing .zip downloads in more situations.
The text was updated successfully, but these errors were encountered:
Fix download.sh by specifying .zip and fixing the path to the checksums
file.
This broke with our changes to support releasing to the registry and
this should fix#215.
I'm cobbling together some CI pipelines that currently auto-download this plugin using the downloader. (This will change soon, but give me a break, I just got it all working!)
I was sure this decision would take more than a week to come back to haunt me, but here we are - the downloader seems to be failing in a Linux AMD64 container.
The script fails thusly:
As of this writing, there is no downloadable .tar.gz artifact for release v0.13.2. But
download.sh
works like a champ on v0.13.0, e.g.:By my reading of the situation, either the plugin release process should be generating tarballs on some platforms, or (probably easier)
download.sh
should be constructing .zip downloads in more situations.The text was updated successfully, but these errors were encountered: