No error; and maybe also not reference the terraform registry?
Actual Behavior
> tofu providers schema -json
╷
│ 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/hashicorp/azurerm: failed to instantiate provider
│ "registry.terraform.io/hashicorp/azurerm" to obtain schema: unavailable
│ provider "registry.terraform.io/hashicorp/azurerm"..
Steps to Reproduce
tofu init
tofu providers schema -json
Additional Context
This does not error when using a different architecture, darwin_arm.
Actually. Tried on another box and it worked. I think this might be a memory limit issue. or more likely OS issue - failing runs are using Alpine OS.
The generated json is 2.9M.
OpenTofu Version
OpenTofu Configuration Files
Debug Output
running task: tofu -version tofu providers schema -json
See TRACE logs here
Expected Behavior
No error; and maybe also not reference the terraform registry?
Actual Behavior
Steps to Reproduce
Additional Context
This does not error when using a different architecture, darwin_arm.
Actually. Tried on another box and it worked. I think this might be a memory limit issue. or more likely OS issue - failing runs are using Alpine OS. The generated json is 2.9M.
References
1624