Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Update Extending Terraform documentation for 0.13 plugin directory structure #1513

Description

@rgl

I'm trying to use nbering/terraform-provider-ansible by placing it in ~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible, but terraform init never seems to actually find it (NB this works fine in 0.12.x). Why is that?

Can 0.13 actually load plugins from local file-system directories (as described in the documentation)? Or does the plugin need to be in a registry?

Can 0.13 init handle mixed plugins locations? that is, from registry and from local file-system plugin-locations?

Using strace I can see terraform find the ~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible binary, but it never executes is (at least is does not appear in TG_LOG).

NB This is somewhat related to nbering/terraform-provider-ansible#29.

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