terraform-aws-acm-certificate icon indicating copy to clipboard operation
terraform-aws-acm-certificate copied to clipboard

A Terraform module to create an Amazon Certificate Manager (ACM) certificate with Route 53 DNS validation.

Results 2 terraform-aws-acm-certificate issues
Sort by recently updated
recently updated
newest added

Hi. Great job You've done with that module. I found an issue. If i'm trying to provision certificate with multiple domain names: ``` data "aws_route53_zone" "external" { name = "example.com"...

bug
operations
size: 1
actionable backlog

I'm applying the following configuration. ```hcl module "cert_kye" { source = "github.com/azavea/terraform-aws-acm-certificate?ref=1.0.0" providers = { aws.acm_account = "aws.certs" aws.route53_account = "aws" } domain_name = "example.com" subject_alternative_names = ["sub.example.com", "www.example.com"] hosted_zone_id...

operations
size: 1
actionable backlog