aws_acm_cert
Just a wrapper around terraform-aws-modules/acm/aws
which reduces the
parameters even further.
Terraform Module Source
module "aws_acm_cert" {
source = "https://tfmodules.matillion-cto.matillion.com/aws_acm_cert.tar.gz"
...
}
Resources
Name | Type |
---|---|
aws_route53_zone.zone | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
url | n/a | object({ | n/a | yes |
includeWildcard | n/a | bool | false | no |
Outputs
Name | Description |
---|---|
certificate_arn | n/a |
url | n/a |
zone_id | n/a |