Skip to content

Releases: fivexl/terraform-aws-client-vpn-endpoint

v5.0.0

25 Oct 08:12
25ccc11
Compare
Choose a tag to compare

Breaking changes

  • aws_ec2_client_vpn_endpoint.this_sso moved to aws_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

02 Jun 16:01
acb1e2f
Compare
Choose a tag to compare
  • use correct constraint syntax

Full Changelog: v4.1.0...v4.1.1

v4.1.0

02 Jun 15:53
b64c203
Compare
Choose a tag to compare
  • allow usage of terraform aws provider versions higher than 4

Full Changelog: v4.0.0...v4.1.0

v4.0.0

01 Aug 10:49
adc2cee
Compare
Choose a tag to compare
  • 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

v3.0.3

26 Jul 13:21
a52c822
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @bocan made their first contribution in #21

Full Changelog: v3.0.2...v3.0.3

v3.0.2

25 Apr 16:52
0186ed8
Compare
Choose a tag to compare

What's Changed

  • key algorithm deprecated fix, tls >= 3.2.0 by @cageyv in #19

Full Changelog: v3.0.1...v3.0.2

v3.0.1

04 Apr 12:13
5e57dc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Apr 12:09
5b7d88b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.1

04 Apr 12:02
02ed773
Compare
Choose a tag to compare

What's Changed

  • pin terraform provider to 3.x: ~> 3.0, >= 3.33 by @cageyv in #11

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Feb 15:38
d515ea3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cageyv made their first contribution in #8

Full Changelog: v1.0.0...v2.0.0

Breaking Changes

  • <>