Skip to content

Releases: cloudposse/terraform-aws-route53-alias

0.6.0 Add `allow_overwrite` functionality

27 Apr 18:28
d13bc2d
Compare
Choose a tag to compare

what

  • Add allow_overwrite functionality

why

  • To be able manage some existing records with Terraform
  • This functionality switches the action to an UPSERT from CREATE

references

https://www.terraform.io/docs/providers/aws/r/route53_record.html#allow_overwrite

0.5.0 Add `private_zone` option to data lookup

26 Jan 17:44
Compare
Choose a tag to compare

what

  • Add private_zone option to data lookup. This maintains current behavior by defaulting to false

why

  • Sometimes we want to lookup a private hosted zone

0.4.0 Add optional support for ipv6 DNS records

15 Jan 17:12
Compare
Choose a tag to compare

what

  • Add optional support for ipv6 DNS records

why

  • To be able to create AAA records for the aliases

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

25 Jun 05:56
29b479a
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.2.7 Update readme yaml file and rebuild md

06 Dec 12:42
df097fa
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.2.6

26 Nov 23:36
Compare
Choose a tag to compare

what

Interpolate var.enabled inside the count structure of datasource aws_route53_zone

why

When the module is not 'enabled' it should not create the datasource for the zone.

0.2.5

27 Jul 18:25
Compare
Choose a tag to compare

what

Add enabled variable

why

This change allows me to pass in enabled variable which can be used to not create any resources. Default value is "true" so it will not impact current users

0.2.4

27 Jul 16:05
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

Fix count calculation

16 Nov 13:21
Compare
Choose a tag to compare

What

  • Fix count calculation

Why

  • value of 'count' cannot be computed
  • count can't be computed if DNS zone is created not yet
  • #8

Rename Repo

20 Sep 20:19
Compare
Choose a tag to compare

what

  • Rename repo

why