Usage
module "acm" {
source = "github.com/fencepencil/fencepencil-aws-modules//acm"
domain_name = "<domain_name>"
zone_id = "<zone_id>"
tags = var.tags
}Inputs (4)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
domain_name | string | Primary domain for the certificate | — | yes |
subject_alternative_names | list(string) | Additional domain names (SANs) | [] | no |
zone_id | string | Route 53 hosted zone ID for DNS validation | — | yes |
tags | map(string) | Tags to apply to all resources | {} | no |
Outputs (3)
| Name | Description |
|---|---|
certificate_arn | ARN of the ACM certificate |
domain_name | Primary domain name on the certificate |
validation_records | DNS validation records created |