cloudtools/stacker

Package sources and conflicting file names for raw templates

Open

#667 创建于 2018年10月10日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Python (166 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (706 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

In the following scenario you would end up with two VPC stacks. Is there way to force a certain raw package to be used when defining template_path?

package_sources:
  git:
    - uri: git@github.com:SomeUser/vpc.git
    - uri: git@github.com:SomeUser/config.git

stacks:
  - name: vpc
    template_path: cloudformation.yaml
  - name: config
    template_path: cloudformation.yaml

贡献者指南