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
- Host: GitHub
- URL: https://github.com/launchbynttdata/tf-aws-module_primitive-acm_certificate_validation
- Owner: launchbynttdata
- Created: 2025-07-02T15:53:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-06T14:21:13.000Z (3 months ago)
- Last Synced: 2026-04-06T16:17:12.861Z (3 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 |