cloudtools/stacker

Package sources and conflicting file names for raw templates

Open

#667 ouverte le 10 oct. 2018

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Python (166 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (706 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur