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

Terraform AWS Wireguard module #1

Merged
merged 3 commits into from
Jul 30, 2021
Merged

Terraform AWS Wireguard module #1

merged 3 commits into from
Jul 30, 2021

Conversation

kobrikx
Copy link
Collaborator

@kobrikx kobrikx commented Jul 29, 2021

What's new:

  • Terraform managed AWS Wireguard module
    • uses Terraform to create AWS EC2 instance with Wireguard VPN server

Testing done:

screenshot 2021-07-30 at 20 46 47

@kobrikx kobrikx requested review from AutomationD and igorkotof and removed request for AutomationD and igorkotof July 29, 2021 19:02
Copy link

@AutomationD AutomationD left a comment

Choose a reason for hiding this comment

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

Good work, let's address some items.

templates/user-data.txt Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
templates/user-data.txt Show resolved Hide resolved
templates/client-data.tpl Outdated Show resolved Hide resolved
templates/client-data.tpl Outdated Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
templates/user-data.txt Show resolved Hide resolved
@kobrikx kobrikx requested a review from AutomationD July 30, 2021 17:22
@kobrikx
Copy link
Collaborator Author

kobrikx commented Jul 30, 2021

examples/complete.tf Outdated Show resolved Hide resolved
examples/minimal.tf Outdated Show resolved Hide resolved
examples/minimal.tf Outdated Show resolved Hide resolved
@@ -0,0 +1,5 @@
[Peer]
# client_friendly_name = ${client_friendly_name}

Choose a reason for hiding this comment

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

As we discussed, if there is no WireGuard parameter like that, then just live it as # ${client_friendly_name}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@AutomationD Please clarify more. But I think that I already made that.

@kobrikx kobrikx requested a review from AutomationD July 30, 2021 17:41
@kobrikx kobrikx changed the title WIP : Terraform AWS Wireguard module Terraform AWS Wireguard module Jul 30, 2021
@kobrikx kobrikx merged commit b7a87c7 into main Jul 30, 2021
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