{"id":29646288,"url":"https://github.com/plus3it/terraform-aws-tardigrade-acm","last_synced_at":"2025-07-22T02:36:41.761Z","repository":{"id":38748193,"uuid":"230968383","full_name":"plus3it/terraform-aws-tardigrade-acm","owner":"plus3it","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-30T18:08:38.000Z","size":332,"stargazers_count":2,"open_issues_count":0,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-30T19:24:22.699Z","etag":null,"topics":["tardigrade","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plus3it.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-30T19:24:50.000Z","updated_at":"2025-06-30T18:08:40.000Z","dependencies_parsed_at":"2024-06-10T16:24:27.485Z","dependency_job_id":"c8a6e5f1-e732-48b9-a139-3c6896f8a6fb","html_url":"https://github.com/plus3it/terraform-aws-tardigrade-acm","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/plus3it/terraform-aws-tardigrade-acm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-acm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-acm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-acm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-acm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3it","download_url":"https://codeload.github.com/plus3it/terraform-aws-tardigrade-acm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fterraform-aws-tardigrade-acm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266413318,"owners_count":23924700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tardigrade","terraform"],"created_at":"2025-07-22T02:36:40.679Z","updated_at":"2025-07-22T02:36:41.753Z","avatar_url":"https://github.com/plus3it.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-tardigrade-acm\n\nA Terraform module to create DNS-validated certificates using ACM\n\n## Testing\n\nAt the moment, testing is manual and requires access to the Plus3IT account\n303523384066 where the zone tardigrade.cloudarmor.io exists:\n\n```\n# Replace \"xxx\" with the AWS profile, then execute the integration tests.\nAWS_PROFILE=xxx make terraform/pytest PYTEST_ARGS=\"-v --nomock\"\n```\n\n\u003c!-- BEGIN TFDOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_route53_zone.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_domain_name\"\u003e\u003c/a\u003e [domain\\_name](#input\\_domain\\_name) | Domain name to use for the ACM certificate | `string` | n/a | yes |\n| \u003ca name=\"input_zone_id\"\u003e\u003c/a\u003e [zone\\_id](#input\\_zone\\_id) | Route53 zone ID in which to create the DNS validation records | `string` | n/a | yes |\n| \u003ca name=\"input_certificate_transparency_logging_preference\"\u003e\u003c/a\u003e [certificate\\_transparency\\_logging\\_preference](#input\\_certificate\\_transparency\\_logging\\_preference) | Value to apply to the certificate transparency logging preference for the ACM certificate | `string` | `\"ENABLED\"` | no |\n| \u003ca name=\"input_create_certificate_validation\"\u003e\u003c/a\u003e [create\\_certificate\\_validation](#input\\_create\\_certificate\\_validation) | Boolean controlling whether to create the ACM certificate validation resource | `bool` | `true` | no |\n| \u003ca name=\"input_subject_alternative_names\"\u003e\u003c/a\u003e [subject\\_alternative\\_names](#input\\_subject\\_alternative\\_names) | Subject alternative names to associate with the ACM certificate | `list(string)` | `[]` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Map of tags to apply to all resources that support tags | `map(string)` | `{}` | no |\n| \u003ca name=\"input_ttl\"\u003e\u003c/a\u003e [ttl](#input\\_ttl) | Time-to-live for the DNS validation records | `number` | `300` | no |\n| \u003ca name=\"input_zone_name\"\u003e\u003c/a\u003e [zone\\_name](#input\\_zone\\_name) | Route53 zone name of zone\\_id, used to determine whether to create a validation record in the provided zone | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_acm_certificate\"\u003e\u003c/a\u003e [acm\\_certificate](#output\\_acm\\_certificate) | The ACM certificate object |\n| \u003ca name=\"output_acm_certificate_validation\"\u003e\u003c/a\u003e [acm\\_certificate\\_validation](#output\\_acm\\_certificate\\_validation) | The ACM certificate validation object |\n| \u003ca name=\"output_route53_validation_records\"\u003e\u003c/a\u003e [route53\\_validation\\_records](#output\\_route53\\_validation\\_records) | Map of Route53 validation record objects, one per unique domain name and SAN |\n\n\u003c!-- END TFDOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-acm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-acm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fterraform-aws-tardigrade-acm/lists"}