Skip to content

[Bug]: Cannot install through registry.opentofu.org/citrix/citrixadc #1258

Description

@iwahbe

Terraform Core Version

NA

citrixadc Provider Version

1.43.0

Operating system

NA

Affected Resource(s)

NA

Equivalent NetScaler CLI Command

NA

Expected Behavior

I expect that I can use this provider with the OpenTofu registry.

Actual Behavior

This provider cannot be downloaded via the OpenTofu registry: opentofu/registry#2024 (comment).

Relevant Error/Panic Output Snippet

Terraform Configuration Files

terraform {
  required_providers {
    citrixadc = {
      source  = "citrix/citrixadc"
      version = "1.43.0"
    }
  }

  required_version = ">= 1.2.0"
}

Steps to Reproduce

Run tofu init with the above configuration file:

$ tofu init
Initializing the backend...

Initializing provider plugins...
- Finding citrix/citrixadc versions matching "1.43.0"...
- Installing citrix/citrixadc v1.43.0...

│ Error: Failed to install provider

│ Error while installing citrix/citrixadc v1.43.0: checksum list has unexpected SHA-256 hash 88ca1208feac7400b0ad0a63b02d90cff9948f7ab6e082f7d7cedd9199c4e42a (expected
│ 9b8660cdc9f393f95a0ed7691f4ec5732753071ee9327158f3ed04af76804f36)

Debug Output

No response

Panic Output

No response

Important Factoids

It seems like the problem was caused when this provider published v1.43.0 on Mar 6th, after already publishing v1.43.0 on Feb 28th. It sounds like OpenTofu can re-index the provider if a maintainer of this provider lets them know it's safe to do so:

opentofu/registry#2024 (comment)

References

opentofu/registry#2024

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions