{"id":20527778,"url":"https://github.com/davidjeddy/terraform-aws-overmind","last_synced_at":"2026-01-21T09:02:08.257Z","repository":{"id":182757091,"uuid":"669043317","full_name":"davidjeddy/terraform-aws-overmind","owner":"davidjeddy","description":"Terraform module to enable Overmind quickly and easily to a project.","archived":false,"fork":false,"pushed_at":"2024-06-13T19:19:13.000Z","size":161,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T21:55:41.936Z","etag":null,"topics":["aws","cloud","devops","overmind","terraform"],"latest_commit_sha":null,"homepage":"https://overmind.tech/","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidjeddy.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}},"created_at":"2023-07-21T07:56:12.000Z","updated_at":"2024-06-14T07:11:33.000Z","dependencies_parsed_at":"2023-07-21T09:23:35.944Z","dependency_job_id":"9fc86339-5ed3-45f6-99a4-efa9990ce540","html_url":"https://github.com/davidjeddy/terraform-aws-overmind","commit_stats":null,"previous_names":["davidjeddy/terraform-aws-overmind"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/davidjeddy/terraform-aws-overmind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjeddy%2Fterraform-aws-overmind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjeddy%2Fterraform-aws-overmind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjeddy%2Fterraform-aws-overmind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjeddy%2Fterraform-aws-overmind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidjeddy","download_url":"https://codeload.github.com/davidjeddy/terraform-aws-overmind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidjeddy%2Fterraform-aws-overmind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","cloud","devops","overmind","terraform"],"created_at":"2024-11-15T23:20:14.196Z","updated_at":"2026-01-21T09:02:03.241Z","avatar_url":"https://github.com/davidjeddy.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overmind Terraform module by David J Eddy\n\n![Overmind](https://raw.githubusercontent.com/davidjeddy/terraform-aws-overmind/main/imgs/overmind.png)\n\n- [Overmind Terraform module by David J Eddy](#overmind-terraform-module-by-david-j-eddy)\n  - [Description](#description)\n  - [Usage](#usage)\n\n## Description\n\nTerraform module to enable [Overmind](https://overmind.tech/) quickly and easily to a project.\n\n## Usage\n\nFollowing the [Overmind getting-started](https://overmind.tech/resources/getting-started) process this module provides an additional option for onboarding a project managed by Terraform and hosted in AWS.\n\n- Add a reference to the module in your project\n\n```hcl\nmodule \"overmind\" {\n  source  = \"davidjeddy/overmind/aws\"\n  version = \"1.0.1\"\n}\n```\n\n- Add a new output in your project\n\n```hcl\noutput \"overmind_iam_role_arn\" {\n  description = \"IAM role ARN for Overmind\"\n  value = module.overmind.iam_role_arn\n}\n```\n\n- Execute Terraform to deploy the resources\n\n```sh\nterraform apply\n...\nmodule.overmind.aws_iam_policy.this: Refreshing state... [id=arn:aws:iam::672699160972:policy/overmind]\nmodule.overmind.aws_iam_role.this: Refreshing state... [id=overmind]\nmodule.overmind.aws_iam_role_policy_attachment.this: Refreshing state... [id=overmind-...]\n\nApply complete! ...\n\nOutputs:\n\novermind_iam_role_arn = \"arn:aws:iam::672699160972:role/overmind\"\n```\n\n- Using the `overmind_iam_role_arn` output value, complete [Overmind getting-started](https://overmind.tech/resources/getting-started) process\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidjeddy%2Fterraform-aws-overmind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidjeddy%2Fterraform-aws-overmind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidjeddy%2Fterraform-aws-overmind/lists"}