You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
In my module I'm using the following version:
When I run it on HCP terraform cloud, I get the following exception:
Older version
0.1.0
works for meThe text was updated successfully, but these errors were encountered: