Releases: oozou/terraform-aws-pritunl-vpn
Releases · oozou/terraform-aws-pritunl-vpn
v1.3.0
v1.2.2
update output alb
v1.1.7
v1.1.6
What's Changed
- feat: add sg output by @xshot9011 in #8
Added
- Add output
security_group_id
andsecurity_group_arn
Full Changelog: v1.1.5...v1.1.6
v1.1.5
[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
What's Changed
- chore: upgrade provider version by @xshot9011 in #6
Changed
- Update provider version to
>= 4.0.0
in both filesexamples/complete/versions.tf
andversions.tf
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- chore: fix security issue unencrypted volume by @xshot9011 in #5
Changed
- Update module
efs
to be public and versionv1.0.1
tov1.0.3
- Enable encryption in module
efs
withencrypted = true
- Update example
Full Changelog: v1.1.2...v1.1.3
v1.1.2
[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
[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
[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
- module
-
Variables
subnet_id