An open API service indexing awesome lists of open source software.

https://github.com/launchbynttdata/tf-aws-module_primitive-acm_certificate_validation


https://github.com/launchbynttdata/tf-aws-module_primitive-acm_certificate_validation

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# tf-aws-module_primitive-acm_certificate_validation

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.0 |
| [aws](#requirement\_aws) | ~> 5.0 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.100.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_acm_certificate_validation.cert_validation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate_validation) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [certificate\_arn](#input\_certificate\_arn) | ARN of the ACM certificate to validate | `string` | n/a | yes |
| [validation\_records](#input\_validation\_records) | List of validation records to be used for certificate validation | `list(string)` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| [certificate\_arn](#output\_certificate\_arn) | ARN of the ACM certificate |
| [validation\_records](#output\_validation\_records) | List of validation records for the ACM certificate |
| [id](#output\_id) | ID of the ACM certificate validation |