-
_This issue was originally opened by @pizzaops as hashicorp/terraform#5180. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0…
-
Hello,
I am updating an [Arch Linux AUR package](https://aur.archlinux.org/packages/terraform/) to terraform 0.6.9, but the the process is failing during `make updatedeps`
```
mkdir -p "${srcdir}/s…
-
I am trying to compile Terraform as I need to develop some additional plugins to work with internal systems.
I can compile it just fine on a Cloud hosted vanilla server, (as long as I fix the windows…
-
Version Info:
```
lolcalhost :: ~ % which terraform
/usr/local/bin/terraform
lolcalhost :: ~ % terraform --version
Terraform v0.6.11
```
Crash log below:
```
2016/02/17 16:23:45 [INFO] Terraform ve…
-
2015/12/08 09:48:53 [INFO] Terraform version: 0.6.8 f1f214f03df27c1a790980b6f050fe92a7a547bf
2015/12/08 09:48:53 [DEBUG] Detected home directory from env var: /home/gwarburton
2015/12/08 09:48:53 [DE…
-
Terraform panic-ed during a `terraform plan`
crash.log is as follows:
```
2016/04/22 11:27:57 [INFO] Terraform version: 0.6.14 c7e5b24531e73aae1eec2f7530d968ac8c69804c
2016/04/22 11:27:57 [DEBUG] D…
-
Terraform was running fine; now crashes on every command.
```
terraform version
Terraform v0.6.12
2016/03/16 17:40:08 [INFO] Terraform version: 0.6.12
2016/03/16 17:40:08 [DEBUG] Detected home dir…
-
Using a simple docker file like this:
``` docker
FROM alpine
ADD ./bin/* /bin/
VOLUME ["/workspace"]
WORKDIR "/workspace"
ENTRYPOINT ["/bin/terraform"]
CMD []
```
Building it with a script simi…
ghost updated
4 years ago
-
Hi,
I am receiving a following open ssl error. However, the rundeck service is up and running and I am able to access it on port 4443.
Is there a way to dodge/fix this check ?
"=============…
-
Version = 0.6.16
Attempting to run terraform fmt on my repo (which has worked before) crashed out:
```
2016/06/07 15:29:28 [INFO] Terraform version: 0.6.16
2016/06/07 15:29:28 [DEBUG] Detected home …