Releases: cloudposse/terraform-aws-ec2-client-vpn
Releases · cloudposse/terraform-aws-ec2-client-vpn
v1.0.0
Support AWS Provider v5, TLS provider v4 @max-lobur (#74)
what
- Update dependencies, including security-group 1.0.1 -> 2.2.0 (see security group migration notes)
- Support AWS Provider V5
- Linter fixes
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
- https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.0.0
- Security group migration. Note that this module made
create_before_destroy = true
the default, so the transition should be painless unless you explicitly setsecurity_group_create_before_destroy = false
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
- No changes
v0.15.0
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
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
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.
references
v0.12.6
🤖 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
🚀 Enhancements
Mark 'full_client_configuration' output as sensitive value @VladStarr (#47)
what
- Add
sensitive=true
option tofull_client_configuration
inoutputs.tf
.
why
- While using
export_client_certificate = true
we're unable to retrieve thefull_client_configuration
output, because in newer versions of Terraform there is a strict requirement for sensitive outputs to be configured assensitive=true
.
v0.12.4
🤖 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
v0.12.2
🤖 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 |