nbering / terraform-provider-ansible

"Logical" provider for integrating with an Ansible Dynamic Inventory script.
https://nbering.github.io/terraform-provider-ansible/
Mozilla Public License 2.0
329 stars 64 forks source link

Compile as static binary? #27

Closed rgevaert closed 5 years ago

rgevaert commented 5 years ago

Hi

would it be possible to make the binary available as a static binary? This will make it possible to run the provider in alpine based docker images (i.e. https://hub.docker.com/r/hashicorp/terraform).

Thanks in advance,

Rudy

rgevaert commented 5 years ago

Nevermind, v0.0.4 was dynamically compiled, v0.0.6 not anymore ;)

nbering commented 5 years ago

I'm glad that worked out for you. v0.0.4 was probably compiled with an older version of Go.