Releases: unifio/terraform-aws-openvpn
Releases · unifio/terraform-aws-openvpn
Version 0.0.6 Alpha
0.0.6
BREAKING CHANGES:
- Updates in resource naming will cause churn for existing resources.
- Updated certificate generator to require VPC deployment
IMPROVEMENTS:
- Standardization with other Unif.io OSS terraform modules
- Documentation improvements
- Updated security group scheme for OpenVPN server
- Added pre-built AMI lookup to the server module
Version 0.0.5 Alpha
- Initial release of generate-certs module
Version 0.0.4 Alpha
- Standardization with other Unif.io OSS terraform modules
- CI Builder
- Small tweaks:
- IAM roles are now
<stack_item_label>-<region>
instead of<region>-<stack_item_label>
- Removed unused vars for user data.
- ELB healthcheck on nodes.
- lifecycle
create_before_destroy
fixes to deal with dependency issues on build. - somewhat breaking change: in_vpc now is
1
(true) instead of0
(false)
- IAM roles are now
Version 0.0.3 Alpha
- Fix: tag.application for elb reverted to using short name instead of full application name due to naming restrictions
Version 0.0.2 Alpha
- Ported module from internal legos repo.