Skip to content

Releases: cloudposse/terraform-aws-vpn-connection

0.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

01 May 19:54
5157438
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.1.1 Update README

25 Jan 05:37
771cf1b
Compare
Choose a tag to compare

what

  • Update README

why

  • Address code review comments

0.1.0 Initial implementation

25 Jan 03:54
e54337e
Compare
Choose a tag to compare

what

  • Initial implementation of terraform-aws-vpn-connection module

why