Skip to content

Releases: cloudposse/terraform-aws-dynamic-subnets

0.12.2 Fix EIP NAT instances

20 Nov 10:27
af10fd2
Compare
Choose a tag to compare

what

  • Fix public ip address

why

  • EIP force that flag true

0.12.1 Added EIP for NAT instnaces

20 Nov 08:28
d10575a
Compare
Choose a tag to compare

what

  • Added EIP for NAT instances

why

  • Have stable IP addresses

0.17.0 Remove quotes from references

18 Nov 22:40
Compare
Choose a tag to compare

what

  • Remove quotes from references

why

  • Terraform 0.12.14+ started warning about deprecated usage of quotes on references

0.16.1 Remove unused "region" variable from docs

25 Oct 15:38
Compare
Choose a tag to compare

what

  • Remove usage of the region variable from documentation

why

  • Historically region may have been a variable that could be passed to the terraform-aws-dynamic-subnets module, but currently it no longer is

0.16.0 Properly pin Terraform providers in the example

29 Jun 02:48
9303dcb
Compare
Choose a tag to compare

what

  • Properly pin providers in the example

why

  • We don't use providers block to send providers to modules
  • Use required_providers in terraform block to pin provider versions

and

provider "aws" {
  region = var.region
}

in top-level modules/examples to specify the region

0.15.0 Use `required_providers` to pin Terraform providers

24 Jun 22:06
2ec030f
Compare
Choose a tag to compare

what

  • Use required_providers to pin Terraform providers

why

  • Pinning the module's providers version in required_providers block allows specifying only the required provider version for the module without the need to specify all providers with versions explicitly

0.14.0 Add `bats` and `terratest` for the example

21 Jun 18:09
25bb5e3
Compare
Choose a tag to compare

what

  • Add bats and terratest for the example

why

  • 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

0.13.1 Update Terraform outputs

21 Jun 17:00
1fa9339
Compare
Choose a tag to compare

what

  • Update outputs

why

  • Resources with counts are already lists in TF 0.12. Don't wrap them in [] (this creates a list of lists)

0.13.0 Port to TF 0.12. Update Codefresh badge

21 Jun 03:56
ed6ab68
Compare
Choose a tag to compare

what

  • Port (rewrite) module with 0.12 syntax
  • Update Codefresh badge to point to the test pipeline in terraform-modules project
  • Update examples
  • Update README
  • Update README examples

why

  • Module currently does not work with 0.12
  • Much easier syntax
  • terraform-modules project contains pipelines for all terraform modules

0.12.0: Add codefresh (#57)

18 Jun 01:53
90ca5cf
Compare
Choose a tag to compare
* Add tests

* Update README