-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.26.* Releases not showing up on the terraform registry #873
Comments
There is another open issue here since two weeks asking the same thing. #857 No reaction... |
It'd be awesome to get this released properly. But in case others are hurting for the bugfixes, here's a snippet on how to get the binary installed / working locally:
Then add to
Then do a Note - I saw a bunch of |
@alldoami hey, the recent releases have not been pushed to the registry. would you check it? |
@alldoami the latest release version on Github is 0.27.0 but 0.25.36 on terraform registry. |
@alldoami Would you check the release bot? This was failed https://github.com/chanzuckerberg/terraform-provider-snowflake/runs/5397870219?check_suite_focus=true |
@alldoami @edulop91 Would you check the release bot? This was failed https://github.com/chanzuckerberg/terraform-provider-snowflake/runs/5397870219?check_suite_focus=true |
You can use following script for your automation. Create file
Then run |
Any updates on this? |
Thanks for calling this out, everyone. @alldoami worked on this on Friday and it appears to be releasing properly now. I'll close this for now, but let us know if you have issues using the latest provider version. |
@jacobrheath only issue I have now is that #824 is breaking existing terraform deployments due to the change of resource id's |
Specifying the following :
Fails during
terraform init -upgrade
with the message:Is this by design? Is there a process that releases to the terraform registry, and the delay in releases is purposeful?
I'm waiting for this bugfix to land.
For now I can fallback to downloading the release / using a local path install with terraform.
The text was updated successfully, but these errors were encountered: