Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable multiple instances of YAML manifests per stack #594

Merged
merged 6 commits into from
Jun 17, 2019

Commits on Jun 17, 2019

  1. Add optional resourcePrefix param for ConfigFile

    Allow users to disambiguate resources generated from a ConfigFile
    using the optional `resourcePrefix` parameter. If set, the
    generated resources will be prefixed with the provided string.
    lblackstone committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d7a0b1e View commit details
    Browse the repository at this point in the history
  2. Add optional resourcePrefix param for ConfigGroup

    Allow users to disambiguate resources generated from a ConfigGroup
    using the optional `resourcePrefix` parameter. If set, the
    generated resources will be prefixed with the provided string.
    lblackstone committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    32879f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a8786 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    lblackstone committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    a85bca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba92ddb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3b2809 View commit details
    Browse the repository at this point in the history