cloudtools/stacker

Package sources and conflicting file names for raw templates

Open

#667 aperta il 10 ott 2018

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Python (166 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (706 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor