Skip to content

feat: Set up per runner type subnet specification for multi-runner #3516

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

Conversation

pbarnajc
Copy link
Contributor

@pbarnajc pbarnajc commented Oct 2, 2023

Resolves https://github.com/philips-labs/terraform-aws-github-runner/issues/3515
This just adds the ability to specify a specific subnet_id for a specific runner type for the multi-runner module. There should still always be subnet_ids specified at the module level for the default, but if subnet_ids are specified at the runner level they should override the module level values.

This will enable users to have runners in different subnets without needing to call this module multiple times.

@pbarnajc pbarnajc changed the title Set up per runner type subnet specification for multi-runner (feat) Set up per runner type subnet specification for multi-runner Oct 2, 2023
@pbarnajc pbarnajc changed the title (feat) Set up per runner type subnet specification for multi-runner feat: Set up per runner type subnet specification for multi-runner Oct 2, 2023
@pbarnajc pbarnajc force-pushed the allow-per-runner-subnet-config branch from a76f77d to 7368f4b Compare October 2, 2023 18:51
@pbarnajc
Copy link
Contributor Author

pbarnajc commented Oct 3, 2023

Whoops, just saw https://github.com/philips-labs/terraform-aws-github-runner/pull/3467 is already doing this

@pbarnajc pbarnajc closed this Oct 3, 2023
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.

Allow multi-runner configs to have per runner config subnet definitions
1 participant