Skip to content

Releases: cloudposse/terraform-aws-ec2-client-vpn

v1.0.0

01 Aug 11:23
4fc2f49
Compare
Choose a tag to compare
Support AWS Provider v5, TLS provider v4 @max-lobur (#74)

what

why

  • Earlier problems with TLS provider v4 caused earlier versions of this module to reject it, but now we are ready to use it.
  • Maintenance

references

Supercedes these PRs

Issues: closes #79

git.io->cloudposse.tools update @dylanbannon (#41)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143
Sync github @max-lobur (#69)

Rebuild github dir from the template

v0.16.0

17 May 09:17
e8bf4e8
Compare
Choose a tag to compare
  • No changes

v0.15.0

12 Mar 06:15
e8bf4e8
Compare
Choose a tag to compare
Add support for transport_protocol variable in aws_ec2_client_vpn_endpoint @s1rc (#61)

what

The aws_ec2_client_vpn_endpoint supports variables for defining the transport_protocol as tcp or udp. Without adding this variable to this module, it will always default to udp.

why

To be able to add tcp as a transport_protocol for Client VPN Endpoints in Terraform as you would be able to configure in the AWS console.

references

v0.14.0 Prohibit TLS provider v4

20 Jan 22:15
cc30db2
Compare
Choose a tag to compare
update tls submodule version @Benbentwo (#58)

what

  • update tls submodule version to 1.1.0

why

  • locks version of provider to 3.X

references

v0.13.0

22 Sep 02:37
b48fc7a
Compare
Choose a tag to compare
Updating security group attachment location due to deprecation @bengaywins (#53)

what

  • This addresses the deprecation notice currently being output as a result of using this module.

why

  • The argument is deprecated on the aws_ec2_client_vpn_network_association resource and will be removed in the near future.
image

references

v0.12.6

04 Aug 20:30
08b3b59
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/ssm-tls-self-signed-cert/aws to v1 @renovate (#50)

This PR contains the following updates:

Package Type Update Change
cloudposse/ssm-tls-self-signed-cert/aws (source) module major 0.5.0 -> 1.0.0

v0.12.5

21 Jul 17:13
32c2f26
Compare
Choose a tag to compare

🚀 Enhancements

Mark 'full_client_configuration' output as sensitive value @VladStarr (#47)

what

  • Add sensitive=true option to full_client_configuration in outputs.tf.

why

  • While using export_client_certificate = true we're unable to retrieve the full_client_configuration output, because in newer versions of Terraform there is a strict requirement for sensitive outputs to be configured as sensitive=true.

v0.12.4

15 Jul 14:20
964e005
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/cloudwatch-logs/aws to v0.6.6 @renovate (#46)

This PR contains the following updates:

Package Type Update Change
cloudposse/cloudwatch-logs/aws (source) module patch 0.6.5 -> 0.6.6

v0.12.3

04 Jul 16:00
df2a18c
Compare
Choose a tag to compare

🚀 Enhancements

Fix bug if we disable creation of security group @nyf-nyf (#48)

what

  • Add logic to empty a predefined list if the security group doesn't exist

why

  • Fix issue where disabling security group creation causes a terraform issue

references

v0.12.2

11 May 19:24
3a02e59
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/security-group/aws to v1.0.1 @renovate (#43)

This PR contains the following updates:

Package Type Update Change
cloudposse/security-group/aws (source) module patch 1.0.0 -> 1.0.1