terraform-aws-wireguard icon indicating copy to clipboard operation
terraform-aws-wireguard copied to clipboard

Use a list of objects for client keys config

Open sgarner opened this issue 4 years ago • 1 comments

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.

image image

This PR changes the variable to use a list of objects instead.

sgarner avatar Nov 13 '20 20:11 sgarner

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 🙂

sgarner avatar Nov 13 '20 20:11 sgarner