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

Added Network Interface Configuration to Runners Module #3585

Conversation

egarciaseatcode
Copy link

This pull request introduces an option to associate a public IP address with the EC2 instance created for the GitHub runner.

The modification includes an additional variable associate_public_ip_address in the variables.tf file and references this variable in the main.tf file under the network_interfaces block for the EC2 instance configuration within the runners module.
Additionally, documentation has been updated in the README.md of the runners module to explain the new configuration option.

This change allows for better flexibility when deploying runners in different network environments. In scenarios where a public IP is not required or preferred due to security or cost considerations, this option can now be toggled off.

@npalm
Copy link
Collaborator

npalm commented Oct 31, 2023

Please can you rebase your work, last week two other PR's enabling public IP addresses are merged. See #3547

@egarciaseatcode
Copy link
Author

Hi, I have checked the new contributions and I see that the changes have already been merged, therefore considering that the modifications are no longer necessary I am closing the pr.
Thanks.

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