vmware-archive / cloudformation-resource

Concourse CI resource for AWS CloudFormation
BSD 2-Clause "Simplified" License
7 stars 16 forks source link

Use file contents for stack name #2

Open zaksoup opened 8 years ago

zaksoup commented 8 years ago

Feature request: I'd like to be able to use the contents of a file for the stack name. I would like to be able to use a file containing a job name generated by a prior job step.

cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/116486999.

mmb commented 8 years ago

We will look into adding a new parameter called stack_name_file. If present the stack name read from this file will take precedence over the stack_name parameter.

@mmb and @cbguder