bitops-plugins / terraform

Terraform plugin for bitops
0 stars 1 forks source link

$TERRAFORM_VERSION is null in deploy.sh #26

Open mcascone opened 1 year ago

mcascone commented 1 year ago

https://github.com/bitops-plugins/terraform/blob/0deae239284e767e9a24e0b7c1fc5eaef2be3859/deploy.sh#L53-L54

when running bitops with terraform, we can see:

-rw-r--r--    1 root     root           995 May 20 02:02 variables.tf
Using terraform version 
Running terraform init

The $TERRAFORM_VERSION var appears to be unset.

NOTE: this issue was submitted using the GitHub VSCode plugin, sorry for any weirdness.