Initial terraform code

This commit is contained in:
2024-09-24 15:28:19 +02:00
parent f445996797
commit 78ce7b2485
30 changed files with 3432 additions and 0 deletions
@@ -0,0 +1,9 @@
[Interface]
PrivateKey = ${wireguard_private_key}
Address = ${wireguard_address}
DNS = ${wireguard_dns}
[Peer]
PublicKey = ${wireguard_public_key}
AllowedIPs = ${wireguard_allowed_ips}
Endpoint = ${wireguard_endpoint}