Skip to content

Remote templates? #66

Description

@pbrisbin

Within a Stackctl-controlled directories, templates/ are how you share patterns between concrete stacks/. You might have templates/s3-bucket.yaml that encodes your organization's preferred way to create S3 Buckets, configure and secure them, then many stacks/... can use that same template, supply some Parameters, and receive all that institutional knowledge as it evolves, for free.

This of course requires templates/ to live alongside stacks/, which works fine with a single infra repository. But there is value in stacks/ living alongside the apps they support, being owned by other teams, in other repositories. This works great, but you risk duplicating templates/ when multiple such use-cases deploy similar resources.

So I'd like to explore the design space of loading Templates from a central location. Suggestions welcome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions