acm-certificate
dod-iac/acm-certificate/aws
Creates an AWS ACM certificate and validates
Usage Creates an AWS ACM certificate and validates using Route53. ``hcl module "acm_certificate" { source = "dod-iac/acm-certificate/aws" domain_name = "example.com" subject_alternative_names = ["www.example.com"] route53_zone_id = var.route53_zone_id validation_method = "DNS" tags = { Automation = "Terraform" } } ` Creates an AWS ACM certificate and validates using email. `hcl module "acm_certificate" { source = "dod-iac/acm-certificate/aws" domain_name = "example.com" subject_alternative_names = ["www.example.com"] validation_method = "EMAIL" tags = { Automation = "Terraform" } } ` Terraform Version Terraform 0.13. Pin module version to ~> 1.0.0 . Submit pull-requests to master branch. Terraform 0.11 and 0.12 are not supported. License This project constitutes a work of the United States
| Name | Type | Description | Default |
|---|---|---|---|
| subject_alternative_names | list(string) | Set of domains that should be SANs in the issued certificate. | required |
| domain_name | string | A domain name for which the certificate should be issued. | required |
| route53_zone_id | string | The ID of the hosted zone to contain the domain validation records. Only used i | required |
| tags | map(string) | Tags to apply to the ACM certificate. | {} |
| validation_method | string | Which method to use for validation. DNS or EMAIL are valid, NONE can be used for | "NONE" |
arn — The ARN of the certificate.domain_validation_options — Set of domain validation objects which can be used to complete certificate validation. Can have morevalidation_emails — A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used.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,