728x90
문제
terraform init 명령어를 진행할 때, 아래와 같은 에러가 발생했다.
│ Error: Failed to install provider
│
│ Error while installing hashicorp/template v2.2.0: the local package for registry.terraform.io/hashicorp/template 2.2.0 doesn't match any of the checksums previously recorded in the dependency lock file (this might be because the available checksums are for packages targeting different platforms); for more information: https://www.terraform.io/language/provider-checksum-verification
문제 해결
.terraform.lock.hcl 파일을 삭제하면 해결!
반응형
'Server > Infra' 카테고리의 다른 글
Provisioned와 Reserved Concurrency를 활용한 AWS Lambda 최적화 (2) | 2024.10.27 |
---|---|
[Terraform] Incompatible provider version, darwin_arm64 이슈 (0) | 2024.08.26 |
K8S Deploy github action 소개 1 (0) | 2024.05.02 |
[kube] 쿠버네티스 명령어 (1) | 2023.10.14 |
[kube] 쿠버네티스 클러스터 통신 (0) | 2023.10.12 |