acm-certificate
dflook/acm-certificate/aws
Terraform module for ACM DNS validated certificates
dflook/acm-certificate/aws Terraform Module This module creates an ACM issued DNS validated certificate. It supports automatically creating the required validation records where the zone is hosted by Route53. The validation submodule can be used with this resource to create the validation records in a Route53 Hosted Zone in another AWS account. This module can also be used to create certificates that include names that can't have their validation records automatically created. Input variables names - Type: map(string) - Required The names to include in the issued certificate, and their Route53 hosted zones to create the validation records. The input is a map where the keys are the names to include in the certificate. The value for each key is the Hosted Zone id to create the validation rec
| Name | Type | Description | Default |
|---|---|---|---|
| names | map(string) | A map of names to add to the certificate. Keys are Fully Qualified Domain Names, | required |
| common_name | string | The name to use as the Common Name (CN) of the certificate. If not specified, on | "" |
| wait_for_validation | bool | If the certificate should be validated and issued before the `arn` output is ava | true |
| tags | map(string) | {} |
arn — The ARN of the certificate. By default this is available once the certificate is issued and ready tocommon_name — The CN of the certificate.certificate — The underlying aws_acm_certificate resource.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,