Skip to content

Releases: unifio/terraform-aws-openvpn

Version 0.0.6 Alpha

29 Jun 01:36
Compare
Choose a tag to compare

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

09 Jun 17:33
Compare
Choose a tag to compare
  • Initial release of generate-certs module

Version 0.0.4 Alpha

06 Jun 22:08
Compare
Choose a tag to compare
  • 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 of 0(false)

Version 0.0.3 Alpha

03 Jun 04:55
Compare
Choose a tag to compare
  • Fix: tag.application for elb reverted to using short name instead of full application name due to naming restrictions

Version 0.0.2 Alpha

31 May 14:32
Compare
Choose a tag to compare
  • Ported module from internal legos repo.