-
Notifications
You must be signed in to change notification settings - Fork 43
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
Terraform 14 v0.2.2 hash issue #38
Comments
I tried running version v0.2.3 with terraform 14.5 and am running into the following issue:
So was trying to roll back to v0.2.2 which worked with TF 14.2, we are using TF 14.5 currently and get the above on a terraform plan. Using AWS infrastructure and Terraform cloud for state. |
Also yes the hash checking works with v0.2.3 just fine. |
I have the same issue with TF 14.8 on version 0.2.3, it keeps loading as below:
Do you have any idea on this @Mongey ? |
This has nothing to do with install the provider which this issue is about and has been fixed. Please refer to #37 |
I am running TF 1.0.3 and confirm v0.2.3 works just fine. |
The issue is that here on github the link is contains:
terraform-provider-kafka-connect_v0.2.2
on terraform it is trying to use:
terraform-provider-kafka-connect_0.2.2 (missing the v)
So terraform 14 is unable to verify the hash
The text was updated successfully, but these errors were encountered: