Skip to content

Add support for extra environmentd env vars and args #48

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

Merged
merged 3 commits into from
May 27, 2025

Conversation

bobbyiliev
Copy link
Collaborator

@bobbyiliev bobbyiliev requested review from kay-kim and jubrad May 16, 2025 15:21
Copy link
Contributor

@jubrad jubrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, but I do want to make sure we're providing examples for how to use this param

variables.tf Outdated
Comment on lines 124 to 128
environmentd_extra_env = optional(list(object({
name = string
value = string
})), [])
environmentd_extra_args = optional(list(string), [])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should provide some example for using this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! I was also thinking about this, do you have any specific args in mind that you would like us to showcase in the examples?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just added some more info about the new options in the readme file, let me know what you think! Open to suggestions on the specific values!

@bobbyiliev bobbyiliev merged commit 1dda96f into main May 27, 2025
2 checks passed
@bobbyiliev bobbyiliev deleted the add-extra-envd-env-var branch May 27, 2025 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants