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
There might be other params worth storing too, like the ec2 private key name on the base stack.
You just can't do this at the config-parser level, since the stack doesn't exist yet to add the parms too. It has to be done as resources are getting created.
Is your feature request related to a problem? Please describe.
For example, these environment vars should be added as Parameters for the stack, so you can see what it was deployed with.
Describe the solution you'd like
Pull out
container_config["Environment"]
here, and loop on it to create the parameters.Describe alternatives you've considered
Leave it as is I guess.
Acknowledgements
The text was updated successfully, but these errors were encountered: