terraform-deploy icon indicating copy to clipboard operation
terraform-deploy copied to clipboard

Specify where hubploy.yaml is placed

Open cslocum opened this issue 4 years ago • 1 comments

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.

cslocum avatar May 01 '20 16:05 cslocum

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>/.

salvis2 avatar Aug 18 '20 23:08 salvis2