-
Notifications
You must be signed in to change notification settings - Fork 903
Closed
Description
Terraform Version
Terraform v1.1.7
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.2.5. You can update by downloading from https://www.terraform.io/downloads.htm
Affected Resource(s)
All GitHub Resources
Output
╷
│ Error: Failed to install provider
│
│ Error while installing integrations/github v4.27.1: could not query provider registry for
│ registry.terraform.io/integrations/github: failed to retrieve authentication checksums for provider:
│ 404 Not Found returned from github.com
Expected Behavior
Init completes successfully.
Actual Behavior
Init fails with above output.
Steps to Reproduce
terraform init -upgrade with below provider config:
terraform {
required_version = ">= 1.0"
required_providers {
github = {
source = "integrations/github"
version = "~> 4.27"
}
}
}
v4.27.1 looks to be removed from the github repo tags whilst still being listed on the provider:
https://registry.terraform.io/providers/integrations/github/4.27.1
wyardley, meilz381, jblazek and antonyfray
Metadata
Metadata
Assignees
Labels
No labels