Terraform hashes update needed for terraform init on Intel Mac
Details
Details
- Reviewers
bartek - Commits
- rCOMM2659809835ad: Update terraform hashes
Run terraform init in both remote and dev on both Mac M1 and Intel Mac and ensure that it succeeds and no additional changes are made.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I can confirm this works on my M1 Mac.
Some context why this is needed: https://stackoverflow.com/questions/67204811/terraform-failed-to-install-provider-doesnt-match-checksums-from-dependency-l
Marcin has different hardware platform and it looks like our previous Terraform lockfile updates didn't include hashes for all platforms so it kept updating the lockfile for him.