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

Enable some variables to be externally provided to the computation module #58

Merged
merged 6 commits into from
May 3, 2023

Conversation

benchoncy
Copy link
Contributor

Enables the below variables to be provided externally to the computation module. All default to keep existing functionality.

  • compute_environment_allocation_strategy, Allows alternative allocation strategies which may be better suited depending on the use case, e.g. SPOT_CAPACITY_OPTIMIZED for spot environments.
  • compute_environment_additional_security_group_ids (Allow optional security_groups to be passed to batch instance #52)
  • launch_template_image_id, allows for custom AMIs to be provided.

No data from data.tf appeared to be used anywhere in the module. So I also removed this file.

@oavdeev oavdeev self-requested a review May 3, 2023 19:15
Copy link
Member

@oavdeev oavdeev left a comment

Choose a reason for hiding this comment

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

lgtm! sorry it took a while to get to it

@oavdeev oavdeev merged commit 832fc3f into outerbounds:master May 3, 2023
@benchoncy
Copy link
Contributor Author

lgtm! sorry it took a while to get to it

No problem, thanks @oavdeev!

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