gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
612 stars 105 forks source link

Failed to install provider on terraform init #236

Open IgorKurylo opened 1 year ago

IgorKurylo commented 1 year ago

Hi, I am running terraform init and got failed to install provider. This is errors i received.

Could not retrieve the list of available versions for provider hashicorp/kubectl: provider registry registry.terraform.io does not have a provider named │ registry.terraform.io/hashicorp/kubectl

Error while installing gavinbunney/kubectl v1.14.0: could not query provider registry for registry.terraform.io/gavinbunney/kubectl: failed to retrieve authentication checksums for │ provider: the request failed after 2 attempts, please try again later: Get │ "https://objects.githubusercontent.com/github-production-release-asset-2e65be/204515734/545514ec-557e-41c2-897c-a6ff2094c457?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221201%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221201T080007Z&X-Amz-Expires=300&X-Amz-Signature=993d9641ebdd2dc54b6a0f2392de1126814920ba888d65de17f686d53d726dd4&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=204515734&response-content-disposition=attachment%3B%20filename%3Dterraform-provider-kubectl_1.14.0_SHA256SUMS&response-content-type=application%2Foctet-stream": │ EOF

Ramedlaw-knil commented 10 months ago

HI, i have exactly the same error. The strange thing is also that It sometimes works correctly. It seams to be flaky because 1 in 6 times it works without issues.