acm
appzen-oss/acm/aws
AWS cert manager module
terraform-aws-acm A terraform module to create and maintain SSL certs through AWS ACM. Assumption You want to create a certificate through ACM You want to create DNS entries for certificate validation. * You've creaated AWS R53 parent zone. Required - dns_parent_zone_name - AWS parent zone - acm_cert_domain - SSL certificate domain name - environment - Environment (ex: dev, qa, stage, prod). Usage ``hcl module "acm_cert" { source = "git::https://github.com/appzen-oss/terraform-aws-acm.git?ref=master" dns_parent_zone_name = "${var.dns_parent_zone_name}" acm_cert_domain = "${var.acm_cert_domain}" environment = "${var.environment}" } ` Inputs | Name | Description | Type | Required | |------|-------------|----|:-----:| | acm\_cert\_domain | Domain name of ACM-managed certificate | string | yes
| Name | Type | Description | Default |
|---|---|---|---|
| acm_cert_domain | string | Certificate domain name. | required |
| dns_parent_zone_name | string | DNS name of the parent zone. | required |
| environment | string | Environment (ex: `dev`, `qa`, `stage`, `prod`). | required |
certificate_arn — ARN of the certificateAzure 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,