Skip to content

Releases: cloudposse/terraform-aws-acm-request-certificate

0.1.4: Work around Terraform 0.11 issue 18359

22 Aug 02:20
Compare
Choose a tag to compare

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

27 Jun 21:00
8bad533
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.3.0: Add the input variable `zone_name` (#13)

11 Jan 17:42
Compare
Choose a tag to compare
Add the input variable `zone_name`

0.2.2: Update readme yaml file and rebuild md

11 Dec 08:41
240a748
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.1

24 Sep 13:18
Compare
Choose a tag to compare

what

  • Fix minor typo in README

0.2.0

10 Sep 17:30
Compare
Choose a tag to compare

what

  • Added domain validation for primary and all SANS
  • Added Route53 record creation for all SANS

why

Features were missing

Regenerate README.md

27 Jul 14:14
b43c2b0
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

17 Jul 09:08
1318b60
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.1

28 Mar 01:32
3d76a4a
Compare
Choose a tag to compare

what

  • Add subject_alternative_names

why

  • To request a certificate for the domain and SANs

0.1.0

27 Mar 04:42
Compare
Choose a tag to compare

what

  • Terraform module to request an ACM certificate for a domain name and create a CNAME record in the DNZ zone to complete certificate validation

why

  • To easily request and validate SSL certificates