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 create a docker image with terraform, terragrunt, passwordstore and terraform-provider-pass and I have this error :
[terragrunt] 2020/07/31 12:01:44 Running command: terraform plan
Error: Failed to instantiate provider "pass" to obtain schema: fork/exec /app/tests/.terraform/plugins/linux_amd64/terraform-provider-pass: no such file or directory
$ /app/tests/.terraform/plugins/linux_amd64/terraform-provider-pass
/bin/sh: /app/tests/.terraform/plugins/linux_amd64/terraform-provider-pass: not found
No problem on host system (terragrunt plan success) :
$ ~/.terraform.d/plugins/terraform-provider-pass
This binary is a plugin. These are not meant to be executed directly.
Please execute the program that consumes these plugins, which will
load any plugins automatically
I've tryed this images with no success :
golang:buster
debian:10-slim
hashicorp/terraform
Installing last version of all tools (terraform, terragrunt pass, terraform-provider-pass) no success too.
Any idea ?
Thanks
DR
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to create a docker image with terraform, terragrunt, passwordstore and terraform-provider-pass and I have this error :
pass show xxxxx
works well.No problem on host system (
terragrunt plan
success) :$ ~/.terraform.d/plugins/terraform-provider-pass This binary is a plugin. These are not meant to be executed directly. Please execute the program that consumes these plugins, which will load any plugins automatically
I've tryed this images with no success :
Installing last version of all tools (terraform, terragrunt pass, terraform-provider-pass) no success too.
Any idea ?
Thanks
DR
The text was updated successfully, but these errors were encountered: