anasinnyk/terraform-provider-onepassword

Add CGO_ENABLED=0 to build script

Closed this issue · 0 comments

Hi,

I'm trying to make use of this provider in an alpine container, for that to work the build step in your travis pipeline needs to have CGO_ENABLED=0 env var set.

Other providers have experienced similar issues, and solved it with this env var, for example: alexkappa/terraform-provider-auth0#175