orange-cloudfoundry / terraform-provider-cloudfoundry

A terraform provider to manage a Cloud Foundry instance.
Apache License 2.0
31 stars 8 forks source link

Install script should work with hashicorp/terraform docker image #3

Closed o-orand closed 7 years ago

o-orand commented 7 years ago

Hashicorp provides a terraform docker image. It could be nice to have install script working with this docker image out-of-the-box. But unfortunately, this image does not include bash. So installation script does not work correctly. There is at least an issue with OSTYPE (bash environment variable). Maybe uname can replace it.

On ubuntu

> uname -s
Linux

On windows git bash

> uname -s
MINGW64_NT-6.1