Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version doesn't work on Terraform Cloud #13

Open
irfanhabib opened this issue Oct 9, 2024 · 1 comment
Open

Latest version doesn't work on Terraform Cloud #13

irfanhabib opened this issue Oct 9, 2024 · 1 comment

Comments

@irfanhabib
Copy link

In my module I'm using the following version:

terraform {
  required_providers {
    crunchybridge = {
      source  = "CrunchyData/crunchybridge"
      version = "0.2.0"
    }
  }
}

When I run it on HCP terraform cloud, I get the following exception:

Error: Failed to load plugin schemas
Error while loading schemas for plugin components: Failed to obtain provider schema: Could not load the schema for provider registry.terraform.io/crunchydata/crunchybridge: failed to instantiate provider "registry.terraform.io/crunchydata/crunchybridge" to obtain schema: Unrecognized remote plugin message: 
Failed to read any lines from plugin's stdout
This usually means
  the plugin was not compiled for this architecture,
  the plugin is missing dynamic-link libraries necessary to run,
  the plugin is not executable by this process due to file permissions, or
  the plugin failed to negotiate the initial go-plugin protocol handshake

Additional notes about plugin:
  Path: .terraform/providers/registry.terraform.io/crunchydata/crunchybridge/0.2.0/linux_amd64/terraform-provider-crunchybridge_v0.2.0
  Mode: -rwxr-xr-x
  Owner: 999 [tfc-agent] (current: 999 [tfc-agent])
  Group: 999 [tfc-agent] (current: 999 [tfc-agent])
  ELF architecture: EM_X86_64 (current architecture: amd64)
..

Older version 0.1.0 works for me

@wilybrace
Copy link
Collaborator

Thanks for the report, we'll look into this.

It's very helpful to know that 0.1.0 does work. What is puzzling is that the build structure did not change between the versions. I'll see if I can find out where the difference lies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants