Skip to content

Version v4.27.1 removed from GitHub Repo #1236

@therealdwright

Description

@therealdwright

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions