{"id":19165324,"url":"https://github.com/skyscrapers/terraform-ses","last_synced_at":"2025-05-07T12:23:14.866Z","repository":{"id":71000520,"uuid":"101884479","full_name":"skyscrapers/terraform-ses","owner":"skyscrapers","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-18T09:55:05.000Z","size":12,"stargazers_count":19,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T22:02:28.585Z","etag":null,"topics":["aws","aws-ses","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyscrapers.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-08-30T13:25:23.000Z","updated_at":"2024-01-03T14:15:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"3eeff4f2-529f-429c-9dd5-77d11975cf13","html_url":"https://github.com/skyscrapers/terraform-ses","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyscrapers%2Fterraform-ses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyscrapers%2Fterraform-ses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyscrapers%2Fterraform-ses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyscrapers%2Fterraform-ses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyscrapers","download_url":"https://codeload.github.com/skyscrapers/terraform-ses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252874605,"owners_count":21817862,"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","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":["aws","aws-ses","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-09T09:27:27.124Z","updated_at":"2025-05-07T12:23:14.839Z","avatar_url":"https://github.com/skyscrapers.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-ses\n\nTerraform module to setup AWS SES.\n\nThis module creates an AWS SES resource and adds DKIM records to the provided Route53 zone ID.\n\n## Available variables\n\n* \\[`domain`\\]: String(required): Domain to use for SES.\n* \\[`zone_id`\\]: String(optional): Route 53 zone ID for the SES domain verification. If the `zone_id` is not set, we do not create verification record in R53.\n* \\[`ses_records`\\]: List(optional): Additional entries which are added to the _amazonses record\n\n## Output\n\n* \\[`domain_identity_arn`\\]: String: ARN of the SES domain identity.\n\n## Example\n\n```terraform\nmodule \"ses\" {\n  source  = \"../../modules/ses\"\n  domain  = \"${var.domain_name}\"\n  zone_id = \"${aws_route53_zone.zone.zone_id}\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyscrapers%2Fterraform-ses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyscrapers%2Fterraform-ses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyscrapers%2Fterraform-ses/lists"}