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

Makefile: Add the ability to override the AMI data file suffix #1784

Merged
merged 1 commit into from
Oct 25, 2021

Commits on Oct 21, 2021

  1. Makefile: Add the ability to override the AMI data file suffix

    This adds an additional variable to the `Makefile` that can be used to
    override the suffix of the file where AMI data is written during publish
    operations.  It is currently set to `amis.json`, which is identical to
    its previous hard-coded value.
    
    Overriding this variable can be useful when a user is publishing to
    multiple places with different `Infra.toml` files and wishes to write
    AMI data to specifically named files.
    zmrow committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    7f16c6c View commit details
    Browse the repository at this point in the history