hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 106 forks source link

variable boundary_bin is not declared #13

Closed KuberDriver closed 4 years ago

KuberDriver commented 4 years ago

While executing command as per the guide:

terraform apply -target module.aws -var boundary_bin=/usr/bin/boundary will result:

Error: Value for undeclared variable

A variable named "boundary_bin" was assigned on the command line, but the root
module does not declare a variable of that name. To use this value, add a
"variable" block to the configuration

Guess users are required to create variables.tf locally and declare _boundarybin as per suggestion.

malnick commented 4 years ago

Thanks @basanaguk! Let me know if the PR I opened fixes this for you.