Skip to content

Releases: oozou/terraform-aws-pritunl-vpn

v1.3.0

25 Sep 02:41
53b5871
Compare
Choose a tag to compare

Added

  • Install packages libpkcs11-helper.so.1()(64bit) to user-data.sh

v1.2.2

05 Mar 08:29
Compare
Choose a tag to compare
update output alb

v1.1.7

08 Nov 09:09
Compare
Choose a tag to compare

Changed

  • Update module efs to be public and version v1.0.1 to v1.0.4

v1.1.6

21 Oct 10:32
a8dc555
Compare
Choose a tag to compare

What's Changed

Added

  • Add output security_group_id and security_group_arn

Full Changelog: v1.1.5...v1.1.6

v1.1.5

27 Sep 05:04
68edff0
Compare
Choose a tag to compare

[1.1.5] - 2022-09-27

Changed

  • change launch-template module from ssh to public
  • change luach-temaplte module from version 1.1.2 to 1.1.3

v1.1.4

08 Sep 09:19
999afea
Compare
Choose a tag to compare

What's Changed

Changed

  • Update provider version to >= 4.0.0 in both files examples/complete/versions.tf and versions.tf

Full Changelog: v1.1.3...v1.1.4

v1.1.3

07 Sep 08:55
90423b1
Compare
Choose a tag to compare

What's Changed

  • chore: fix security issue unencrypted volume by @xshot9011 in #5

Changed

  • Update module efs to be public and version v1.0.1 to v1.0.3
  • Enable encryption in module efs with encrypted = true
  • Update example

Full Changelog: v1.1.2...v1.1.3

v1.1.2

01 Sep 03:31
6b91e4b
Compare
Choose a tag to compare

[1.1.2] - 2022-08-30

Here we would have the update steps for 1.1.2 for people to follow.

Added

  • variables
    • is_create_private_lb
  • support route53 alias

Changed

  • change 443 health check to TCP by default

v1.1.1

10 Aug 13:03
3a170dd
Compare
Choose a tag to compare

[1.1.1] - 2022-08-10

Here we would have the update steps for 1.1.1 for people to follow.

Added

  • new variables (Optional)
    • enable_ec2_monitoring

v1.1.0

27 Jul 06:36
Compare
Choose a tag to compare

[1.1.0] - 2022-07-27

Here we would have the update steps for 1.1.0 for people to follow.

Added

  • Feature

    • support Auto Recovery when failed (with autoscaling group)
    • private instance with Public, Private Loadbalancer
    • EFS for Mongo
    • Custom DNS for VPN (public, private)
    • Support AWS SSM
  • New Resources

    • aws_autoscaling_group
    • module terraform-aws-efs
    • aws_iam_role, aws_iam_role_policy, aws_iam_instance_profile
    • launch_template
    • aws_lb
    • aws_lb_target_group
    • aws_route53_record
  • new variables (Optional)

    • is_create_security_group
    • public_subnet_ids
    • private_subnet_ids
    • public_rule
    • private_rule
    • is_create_route53_reccord
    • public_lb_vpn_domain
    • private_lb_vpn_domain
    • route53_zone_name
    • is_enabled_https_public
    • custom_https_allow_cidr

Changed

  • Variables
    • key_name from require variable to optional (because managed by ssm)

Removed

  • Resources

    • module terraform-aws-ec2-instance.git
  • Variables

    • subnet_id