Adds a Terraform module in terraform/aws/. It deploys the authenticator using a script that fetches the linux binary and sets it up in the system. This is modeled heavily on what Vault does.
in addition to title:
made Vault address, token and AWS region configurable via config file and CLI flags. That way, the user is not limited to using environment variables for those. Updates tests to work with those changes.
terraform/aws/
. It deploys the authenticator using a script that fetches the linux binary and sets it up in the system. This is modeled heavily on what Vault does.in addition to title: