terraform-aws-wireguard
terraform-aws-wireguard copied to clipboard
Use a list of objects for client keys config
The map format for wg_client_public_keys
, which has the client IPs as keys, causes linting errors in Jetbrains IDE's when quoted, and terraform errors when unquoted.
This PR changes the variable to use a list of objects instead.
Sorry, I actually intended to create this PR on my own fork.
I guess you can have it here as well for your consideration though 🙂