Skip to content
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

bad version in README #118

Open
dimitrisfinas opened this issue Jan 31, 2023 · 0 comments
Open

bad version in README #118

dimitrisfinas opened this issue Jan 31, 2023 · 0 comments

Comments

@dimitrisfinas
Copy link

when trying to initialize the module with terraform init, I got error:
│ Error: Failed to install provider

│ Error while installing lightstep/lightstep v1.61.1: checksum list has unexpected SHA-256 hash 75e765cc04c11a77a46af8d9df1672814c7676e9d69ff04d96de2b3fa5701ca0 (expected
│ 70279d592510f4800049d6e5223100822ca21826eb7e744460ed6129e47bed11)

In order to workaround the issue I had to change the version in my main.tf:

  • from version = "1.61.1" (generating error above) to version = "~> 1.61.0", working and installing version 1.61.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant