{"id":16440682,"url":"https://github.com/amilochau/tf-modules","last_synced_at":"2026-02-09T19:33:44.405Z","repository":{"id":109965404,"uuid":"585607570","full_name":"amilochau/tf-modules","owner":"amilochau","description":"Terraform modules to build IaC on multiple providers (including AWS, GitHub) ✅","archived":false,"fork":false,"pushed_at":"2025-08-27T21:02:07.000Z","size":434,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T05:47:25.301Z","etag":null,"topics":["devops","infrastructure-as-code","terraform"],"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/amilochau.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"amilochau"}},"created_at":"2023-01-05T15:51:36.000Z","updated_at":"2025-08-27T21:00:31.000Z","dependencies_parsed_at":"2024-04-23T18:56:46.170Z","dependency_job_id":"db15e6fb-3780-46b0-a90c-0392375c1a67","html_url":"https://github.com/amilochau/tf-modules","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/amilochau/tf-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Ftf-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Ftf-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Ftf-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Ftf-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amilochau","download_url":"https://codeload.github.com/amilochau/tf-modules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Ftf-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29278490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"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":["devops","infrastructure-as-code","terraform"],"created_at":"2024-10-11T09:12:46.012Z","updated_at":"2026-02-09T19:33:44.374Z","avatar_url":"https://github.com/amilochau.png","language":"HCL","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/amilochau/tf-modules/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/amilochau/tf-modules\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/amilochau/tf-modules/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/amilochau/tf-modules\" alt=\"Release\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  amilochau/tf-modules\n\u003c/h1\u003e\n\n`tf-modules` is a set of Terraform modules developed to help creating infrastructure for `amilochau` projects.\n\n---\n\n## Terraform modules\n\nThe following modules are proposed for Infrastructure as Code, and can be freely used:\n\n| Path | Description |\n| ---- | ----------- |\n| [aws/auth](./aws/auth) | Deploys AWS Cognito resources for identity management |\n| [aws/domain](./aws/domain) | Deploys AWS domain resources |\n| [aws/emails](./aws/emails) | Deploys AWS SES resources for emails management, including domain validation |\n| [aws/functions-app](./aws/functions-app) | Deploys AWS Lambda functions resources, including multi-triggers management and data storage |\n| [aws/identity-center](./aws/identity-center) | Deploys AWS IAM Identity Center, to manage cross-accounts permissions via SSO |\n| [aws/landing-zones](./aws/landing-zones) | Deploys AWS landing zones, to architect AWS organizations and accounts |\n| [aws/management](./aws/management) | Deploys AWS global management resources, to help manage an AWS organization with a management account |\n| [aws/static-web-app](./aws/static-web-app) | Deploys AWS CloudFront to expose a Static Web App, with routing policies for APIs |\n| [aws/tf-backend](./aws/tf-backend) | Deploys AWS resources to manage a Terraform backend |\n| [github/identity-provider](./github/identity-provider) | Registers GitHub in AWS with OIDC |\n| [github/organization](./github/organization) | Deploys GitHub organization resources |\n| [github/repository](./github/repository) | Deploys a GitHub repository |\n\n## Usage\n\n`amilochau/tf-modules` is proposed as Terraform modules. You can reference them using [generic Git source](https://developer.hashicorp.com/terraform/language/modules/sources#generic-git-repository):\n\n```hcl\nmodule \"functions_app\" {\n  source      = \"git::https://github.com/amilochau/tf-modules.git//aws/functions-app?ref=v2\"\n\n  # Settings - omitted here\n}\n```\n\nNote that the `ref=v1` indicates which reference of the current repository you want to work with. Use the strategy that fits your use case:\n- `ref=v1.0.0` (or `ref=COMMIT_SHA`): you benefit for stability, but you don't get latest features, bugfixes and security fixes\n- `ref=v1`: you use the latest features of the major version you indicate; you don't suffer from breaking changes, but infrastructure changes can usually be seen with new features and fixes\n- `ref=main`: you always use the latest features, even if they are not released; you may encounter breaking changes and bugs - use it only for quick prototypes\n\n---\n\n### Run manually\n\nThese commands can help you run the Terraform modules manually, thanks to `terraform` CLI:\n\n- `terraform init`: initializes Terraform current module\n- `terraform get`: gets latest version of the module\n- `terraform workspace list`: lists available workspaces\n- `terraform workspace new WORKSPACE_NAME`: creates a new workspace (as `dev`, `prd`, `shd`)\n- `terraform workspace set WORKSPACE_NAME`: sets the current workspace\n- `terraform plan -var-file=\"hosts/HOST_NAME.tfvars\"`: plans the deployment of a specific host\n- `terraform apply -var-file=\"hosts/HOST_NAME.tfvars\"`: applies the deployment of a specific host\n\n--- \n\n## Contribute\n\nFeel free to push your code if you agree with publishing under the [MIT license](./LICENSE).\n","funding_links":["https://github.com/sponsors/amilochau"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familochau%2Ftf-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Familochau%2Ftf-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familochau%2Ftf-modules/lists"}