{"id":37431856,"url":"https://github.com/m3dev/m3-terraform-modules","last_synced_at":"2026-01-16T06:35:51.414Z","repository":{"id":117452272,"uuid":"183152895","full_name":"m3dev/m3-terraform-modules","owner":"m3dev","description":"Terraform boilerplate modules","archived":false,"fork":false,"pushed_at":"2024-10-30T01:36:45.000Z","size":59,"stargazers_count":13,"open_issues_count":3,"forks_count":10,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-06-08T16:03:26.239Z","etag":null,"topics":[],"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/m3dev.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":"2019-04-24T05:15:05.000Z","updated_at":"2024-10-30T01:36:49.000Z","dependencies_parsed_at":"2024-10-30T02:43:01.766Z","dependency_job_id":null,"html_url":"https://github.com/m3dev/m3-terraform-modules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m3dev/m3-terraform-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3dev%2Fm3-terraform-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3dev%2Fm3-terraform-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3dev%2Fm3-terraform-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3dev%2Fm3-terraform-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m3dev","download_url":"https://codeload.github.com/m3dev/m3-terraform-modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m3dev%2Fm3-terraform-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T06:35:50.810Z","updated_at":"2026-01-16T06:35:51.407Z","avatar_url":"https://github.com/m3dev.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform shared modules\n\n## What is this\n\nThis module contains reusable terraform modules to reduce boilerplate code. Mainly for M3 company but anyone can use this under [LICENSE](./LICENSE).\n\nFor example, you can setup ECS cluster + AutoScailing with [ecs_ec2_cluster_template](./ecs_ec2_cluster_template), no need to write many terraform for every applications.\n\n## Documents\n\nLook `README.md` and `variables.tf` of each module to know it's detail. For example, [ecs_ec2_cluster_template/README.md](./ecs_ec2_cluster_template/README.md) and [ecs_ec2_cluster_template/variables.tf](./ecs_ec2_cluster_template/variables.tf).\n\n## How to use\n\nYou can load this module from [GitHub registry](https://www.terraform.io/docs/modules/sources.html#github).\n\nOnly what you need to do is to write following:\n\n```\nmodule \"esc_ec2_cluster_template\" {\n  source = \"github.com/m3dev/m3-terraform-modules//ecs_ec2_cluster_template?ref=495ff58\"\n\n  // ... set input variables, see `variables.tf` of the module.\n}\n```\n\nNote that there are some key points in the `source` URL (see [official document for detail](https://www.terraform.io/docs/modules/sources.html)):\n\n- Use double slash (`//`) to split repository URL and path from repository root\n- Use `ref` to specify tag/branch/revision to use\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3dev%2Fm3-terraform-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm3dev%2Fm3-terraform-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm3dev%2Fm3-terraform-modules/lists"}