terraform-aws-acm-request-certificate

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

APACHE-2.0 License

Stars
106
Committers
25

Bot releases are hidden (Show)

terraform-aws-acm-request-certificate - v0.18.0 Latest Release

Published by Nuru 8 months ago

terraform-aws-acm-request-certificate - 0.9.0 Fix dns validation processing

Published by aknysh almost 4 years ago

what

  • Fix dns validation processing

why

  • Allow the DNS processing to work with wildcard certificates
terraform-aws-acm-request-certificate -

Published by Gowiem almost 4 years ago

what

  • Updated the required provider versions to get this module working with the latest terraform 0.13 release

why

  • Without this patch this module does not work with terraform 0.13.4
terraform-aws-acm-request-certificate -

Published by Gowiem about 4 years ago

What

  • Fixes a bug with an extra dot when using var.zone_name > var.domain_name

Why

  • The appending of the dot breaks the search of the zone when referencing the name from an existing aws_route53_zone resource because the name property already contains the dot.
terraform-aws-acm-request-certificate -

Published by Gowiem about 4 years ago

terraform-aws-acm-request-certificate -

Published by osterman over 4 years ago

terraform-aws-acm-request-certificate - 0.1.4: Work around Terraform 0.11 issue 18359

Published by Nuru about 5 years ago

terraform-aws-acm-request-certificate - 0.4.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

Published by aknysh over 5 years ago

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
terraform-aws-acm-request-certificate -

Published by osterman almost 6 years ago

terraform-aws-acm-request-certificate - 0.2.2: Update readme yaml file and rebuild md

Published by solairerove almost 6 years ago

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
terraform-aws-acm-request-certificate - 0.2.1

Published by aknysh about 6 years ago

what

  • Fix minor typo in README
terraform-aws-acm-request-certificate - 0.2.0

Published by aknysh about 6 years ago

what

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

why

Features were missing

terraform-aws-acm-request-certificate - Regenerate README.md

Published by vadim-hleif about 6 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos
terraform-aws-acm-request-certificate - Migrate to README.yaml format

Published by vadim-hleif over 6 years ago

what

  • Add README.yaml

why

  • Standardize README
terraform-aws-acm-request-certificate - 0.1.1

Published by aknysh over 6 years ago

what

  • Add subject_alternative_names

why

  • To request a certificate for the domain and SANs
terraform-aws-acm-request-certificate - 0.1.0

Published by aknysh over 6 years ago

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
Related Projects