Skip to content

A provider named "linuxkit" could not be found in the Terraform Registry #1

@adv4000

Description

@adv4000

Running on MacOS, Provider not found
Terraform v0.12.29

mymac@mac % terraform init
Initializing modules...

Downloading resinstack/resinstack/aws 0.1.2 for control_plane...
- control_plane in .terraform/modules/control_plane/terraform-aws-resinstack-0.1.2/modules/machine-pool
Downloading resinstack/linuxkit-setup/aws 0.0.3 for linuxkit_setup...
- linuxkit_setup in .terraform/modules/linuxkit_setup/terraform-aws-linuxkit-setup-0.0.3
Downloading resinstack/resinstack/aws 0.1.2 for proxy...
- proxy in .terraform/modules/proxy/terraform-aws-resinstack-0.1.2/modules/machine-pool
Downloading resinstack/resinstack/aws 0.1.2 for resinstack_control_alb...
- resinstack_control_alb in .terraform/modules/resinstack_control_alb/terraform-aws-resinstack-0.1.2/modules/control-alb
Downloading resinstack/resinstack/aws 0.1.2 for resinstack_control_metadata...
- resinstack_control_metadata in .terraform/modules/resinstack_control_metadata/terraform-aws-resinstack-0.1.2/modules/metadata-files
Downloading resinstack/resinstack/aws 0.1.2 for resinstack_proxy_metadata...
- resinstack_proxy_metadata in .terraform/modules/resinstack_proxy_metadata/terraform-aws-resinstack-0.1.2/modules/metadata-files
Downloading resinstack/resinstack/aws 0.1.2 for resinstack_security_groups...
- resinstack_security_groups in .terraform/modules/resinstack_security_groups/terraform-aws-resinstack-0.1.2/modules/security-groups
Downloading resinstack/resinstack/aws 0.1.2 for resinstack_security_setup...
- resinstack_security_setup in .terraform/modules/resinstack_security_setup/terraform-aws-resinstack-0.1.2/modules/security-setup

Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "aws" (hashicorp/aws) 2.70.0...

Provider "linuxkit" not available for installation.

A provider named "linuxkit" could not be found in the Terraform Registry.

This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.

In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
    terraform.d/plugins/darwin_amd64

Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".

- Downloading plugin for provider "local" (hashicorp/local) 1.4.0...
- Downloading plugin for provider "template" (hashicorp/template) 2.1.2...

Error: no provider exists with the given name

This is how we call module

module "linuxkit_setup" {
  source  = "resinstack/linuxkit-setup/aws"
  version = "0.0.3"

  bucket_name = "xyz.linuxkit"
}

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