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
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).
I'm trying to use nbering/terraform-provider-ansible by placing it in
~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible, butterraform initnever 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-ansiblebinary, 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.