terraform-provider-wireguard
terraform-provider-wireguard copied to clipboard
Terraform provider for WireGuard metadata
I somehow came across an edge case, where the references in `terraform.state` file point to `registry.opentofu.org` and since `terraform` is harsh on checking the GPG signatures, I am getting this...
I know you can target apply & manually adjust the state file to achieve the same thing but it would be nice if you could import a pre-existing `wireguard_asymmetric_key` or...
Off the top of my head (mobile) I think I might even still be using v1 of the SDK - should just skip over v2 and use the framework as...
Wireguard doesn't require a private key. Of course, it won't be useable without a private key but `wg-quick up` certainly is. In my use case, I am setting the private...