← Back to registry
modules/acm-certificate/aws
Source: cf-tfr.davidguerrero.fr/modules/acm-certificate/aws
module "acm-certificate" {
source = "cf-tfr.davidguerrero.fr/modules/acm-certificate/aws"
version = "0.1.0"
}
Versions
Requirements
| Name |
Version |
| terraform |
>= 1.14.4 |
| aws |
>= 6.31 |
| cloudflare |
>= 5 |
Providers
| Name |
Version |
| aws |
>= 6.31 |
| cloudflare |
>= 5 |
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| cloudflare_zone_id |
Cloudflare zone ID to create validation records in. |
string |
null |
no |
| domain_name |
The main certificate domain name. |
string |
n/a |
yes |
| extra_domain_names |
Extra certificate domain names. |
list(string) |
n/a |
yes |
| route53_zone_id |
Route53 zone ID to create validation records in. |
string |
null |
no |
Outputs
| Name |
Description |
| arn |
The ACM certificate ARN. |