{"id":27899552,"url":"https://github.com/rabiloo/terraform-aws-ses","last_synced_at":"2026-04-12T22:45:23.788Z","repository":{"id":65580458,"uuid":"394592976","full_name":"rabiloo/terraform-aws-ses","owner":"rabiloo","description":"Terraform module which creates SES domain identity resources on AWS.","archived":false,"fork":false,"pushed_at":"2023-11-06T06:00:56.000Z","size":57,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T19:48:36.247Z","etag":null,"topics":["aws","ses","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"","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/rabiloo.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":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-10T09:16:41.000Z","updated_at":"2023-07-21T18:12:24.000Z","dependencies_parsed_at":"2025-05-05T19:45:34.109Z","dependency_job_id":null,"html_url":"https://github.com/rabiloo/terraform-aws-ses","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rabiloo/terraform-aws-ses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiloo%2Fterraform-aws-ses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiloo%2Fterraform-aws-ses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiloo%2Fterraform-aws-ses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiloo%2Fterraform-aws-ses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabiloo","download_url":"https://codeload.github.com/rabiloo/terraform-aws-ses/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabiloo%2Fterraform-aws-ses/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["aws","ses","terraform","terraform-modules"],"created_at":"2025-05-05T19:36:31.857Z","updated_at":"2026-04-12T22:45:18.762Z","avatar_url":"https://github.com/rabiloo.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS SES Terraform module\n\nTerraform module which creates SES domain identity resources on AWS.\n\n## Usage\n\n```hcl\nmodule \"ses\" {\n  source  = \"rabiloo/ses/aws\"\n  version = \"~\u003e0.2.1\"\n\n  domain = \"example.com\"\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e=1.2 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e=4.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 4.61.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_route53_record.dkim_record](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |\n| [aws_ses_domain_dkim.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_dkim) | resource |\n| [aws_ses_domain_identity.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity) | resource |\n| [aws_ses_identity_policy.policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_identity_policy) | resource |\n| [aws_iam_policy_document.full](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [aws_iam_policy_document.resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [aws_iam_policy_document.sendonly](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\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\"\u003e\u003c/a\u003e [domain](#input\\_domain) | The domain name | `string` | n/a | yes |\n| \u003ca name=\"input_create_route53_records\"\u003e\u003c/a\u003e [create\\_route53\\_records](#input\\_create\\_route53\\_records) | Principal ARNs to provide with sendonly access to the SES | `bool` | `true` | no |\n| \u003ca name=\"input_full_access_principals\"\u003e\u003c/a\u003e [full\\_access\\_principals](#input\\_full\\_access\\_principals) | Principal ARNs to provide with full access to the SES | `list(string)` | `[]` | no |\n| \u003ca name=\"input_sendonly_access_principals\"\u003e\u003c/a\u003e [sendonly\\_access\\_principals](#input\\_sendonly\\_access\\_principals) | Principal ARNs to provide with sendonly access to the SES | `list(string)` | `[]` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_route53_records\"\u003e\u003c/a\u003e [route53\\_records](#output\\_route53\\_records) | List route53 records for dkim tokens |\n| \u003ca name=\"output_ses_domain_identity_arn\"\u003e\u003c/a\u003e [ses\\_domain\\_identity\\_arn](#output\\_ses\\_domain\\_identity\\_arn) | The ARN of domain identity |\n\u003c!-- END_TF_DOCS --\u003e\n\n## Development\n\n1. Install `terrform`, `tflint`, `terraform-docs` and `make`\n2. Using make\n\n```\nmake help\n```\n\n## Contributing\n\nAll code contributions must go through a pull request and approved by a core developer before being merged. \nThis is to ensure proper review of all the code.\n\nFork the project, create a feature branch, and send a pull request.\n\nIf you would like to help take a look at the [list of issues](https://github.com/rabiloo/terraform-aws-ses/issues).\n\n## License\n\nThis project is released under the MIT License.   \nCopyright © 2023 [Rabiloo Co., Ltd](https://rabiloo.com)   \nPlease see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabiloo%2Fterraform-aws-ses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabiloo%2Fterraform-aws-ses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabiloo%2Fterraform-aws-ses/lists"}