Releases: fivexl/terraform-aws-client-vpn-endpoint
Releases · fivexl/terraform-aws-client-vpn-endpoint
6.0.0
Breaking changes:
module.vpn.aws_ec2_client_vpn_route.this_sso["subnet_id"]
was moved to module.vpn.aws_ec2_client_vpn_route.this_sso["subnet_id:cidr"]
. Sample of the moving block:
moved {
from = module.networking.module.vpn.aws_ec2_client_vpn_route.this_sso["subnet-01c9c73c9a0946dfa"]
to = module.networking.module.vpn.aws_ec2_client_vpn_route.this_sso["subnet-01c9c73c9a0946dfa:10.0.0.0/8"]
}
What's Changed
- Allow multiple destination subnets for single subnet_id by @fulior in #24
- Invalid for_each argument for subnets causing the module to fail with
attributes that cannot be determined until apply
error is solved by @EreminAnton in #28
New Contributors
- @fulior made their first contribution in #24
- @EreminAnton made their first contribution in #28
Full Changelog: v5.0.0...6.0.0
v5.0.0
Breaking changes
aws_ec2_client_vpn_endpoint.this_sso
moved toaws_ec2_client_vpn_endpoint.this_sso[0]
- Modern versions of terraform able to handle this change automatically. In case of older versions please use
terraform state mv
command
What's Changed
Full Changelog: v4.1.1...v5.0.0
v4.1.1
- use correct constraint syntax
Full Changelog: v4.1.0...v4.1.1
v4.1.0
- allow usage of terraform aws provider versions higher than 4
Full Changelog: v4.0.0...v4.1.0
v4.0.0
- Added possibility to pass ACM cert ARN and skip a generation of self-signed cert
- TLS provider version update
Full Changelog: v3.0.3...v4.0.0