terraform-deploy
terraform-deploy copied to clipboard
Specify where hubploy.yaml is placed
This would be a useful feature to have for automation purposes. I'm imaging either setting an environment variable or adding a flag to specify the path where it should be written to.
Specifically, hubploy build
expects hubploy.yaml
to be in the deployments/
directory, and currently it's a manually operation to copy the file into the right place.
Is this a terraform-deploy
issue or a hubploy
issue?
As far as where the file is supposed to go, if you use hubploy-template
, hubploy.yaml
will show up where it is supposed to. hubploy
is also designed to support multiple deployments within the deployments/
folder, which I think motivated the decision to keep hubploy.yaml
under deployments/<hub-name>/
.