Releases: cloudposse/terraform-aws-route53-alias
Releases · cloudposse/terraform-aws-route53-alias
0.6.0 Add `allow_overwrite` functionality
what
- Add
allow_overwrite
functionality
why
- To be able manage some existing records with Terraform
- This functionality switches the action to an
UPSERT
fromCREATE
references
https://www.terraform.io/docs/providers/aws/r/route53_record.html#allow_overwrite
0.5.0 Add `private_zone` option to data lookup
what
- Add
private_zone
option to data lookup. This maintains current behavior by defaulting tofalse
why
- Sometimes we want to lookup a private hosted zone
0.4.0 Add optional support for ipv6 DNS records
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
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
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
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
0.2.5
0.2.4
Fix count calculation
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
what
- Rename repo
why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html