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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: