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

[Feature] Add Container's Environment Vars to CloudFormation's Parameters #101

Closed
1 of 2 tasks
Cameronsplaze opened this issue Mar 9, 2025 · 1 comment
Closed
1 of 2 tasks
Labels
enhancement New feature or request

Comments

@Cameronsplaze
Copy link
Owner

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@Cameronsplaze Cameronsplaze added the enhancement New feature or request label Mar 9, 2025
@Cameronsplaze
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant