You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #1091, it would be nice if users could specify in Infra.toml a template of desired AMI names.
Currently there's a template baked into Makefile.toml called PUBLISH_AMI_NAME_DEFAULT that users can override using cargo make ami -e PUBLISH_AMI_NAME=foo (with #1091), but if you have a consistent naming pattern, keeping a template in Infra.toml is simpler.
The text was updated successfully, but these errors were encountered:
We may need something like this for out of tree builds, but that effort will address that if/when needed. Since we don't need a separate issue specifically for that part of it, going to close this as not something we've found we've strongly needed otherwise.
Per #1091, it would be nice if users could specify in
Infra.toml
a template of desired AMI names.Currently there's a template baked into
Makefile.toml
calledPUBLISH_AMI_NAME_DEFAULT
that users can override usingcargo make ami -e PUBLISH_AMI_NAME=foo
(with #1091), but if you have a consistent naming pattern, keeping a template inInfra.toml
is simpler.The text was updated successfully, but these errors were encountered: