DNXLabs / terraform-aws-client-vpn

This terraform module installs a client VPN.
https://modules.dnx.one
Apache License 2.0
48 stars 54 forks source link

fix(provider): aws provider marked these read-only #19

Closed millerthomasj closed 1 year ago

millerthomasj commented 1 year ago

The latest AWS provider has made the key_algorithm variable read-only so you can't set it in code at all anymore.

Types of changes

What types of changes does your code introduce to ? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

This is a small change simple to get this working again.