cloudtools/stacker

Package sources and conflicting file names for raw templates

Open

#667 aberto em 10 de out. de 2018

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)Python (166 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (706 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador