Skip to content

Implement stack dependencies #6

@vaijab

Description

@vaijab

It would be great to be able to define dependencies between stacks. For instance, coreos stack depends on infra stack.

Stack dependencies could be defined in a template itself, for example templates/coreos.yaml:

---
depends:
  - infra
  - frontend-elb

---

AWSTemplateFormatVersion: '2010-09-09'                         
Description: CoreOS stack
Resources:                                                     
# here goes the rest of the template

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions