{"id":22933794,"url":"https://github.com/thinkinglabs/terraform-aws-bootstrap","last_synced_at":"2026-02-25T18:02:30.838Z","repository":{"id":267520504,"uuid":"901508174","full_name":"thinkinglabs/terraform-aws-bootstrap","owner":"thinkinglabs","description":"Template to bootstrap a Terraform AWS stack","archived":false,"fork":false,"pushed_at":"2024-12-11T07:09:14.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T08:38:17.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/thinkinglabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-12-10T19:37:49.000Z","updated_at":"2024-12-11T08:04:00.000Z","dependencies_parsed_at":"2024-12-14T11:34:47.765Z","dependency_job_id":null,"html_url":"https://github.com/thinkinglabs/terraform-aws-bootstrap","commit_stats":null,"previous_names":["thinkinglabs/terraform-bootstrap","thinkinglabs/terraform-aws-bootstrap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thinkinglabs/terraform-aws-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkinglabs%2Fterraform-aws-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkinglabs%2Fterraform-aws-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkinglabs%2Fterraform-aws-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkinglabs%2Fterraform-aws-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkinglabs","download_url":"https://codeload.github.com/thinkinglabs/terraform-aws-bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkinglabs%2Fterraform-aws-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"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":"2024-12-14T11:34:50.645Z","updated_at":"2026-02-25T18:02:30.795Z","avatar_url":"https://github.com/thinkinglabs.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-bootstrap\n\nA bootstrap project to kickstart a Terraform AWS component.\n\nThis setup follows the Micro Stack pattern from [Infrastructure as Code, 2nd Edition, p62](https://www.oreilly.com/library/view/infrastructure-as-code/9781098114664/). Every single infrastructure component of an application/service maps to a single stack.\n\n## Setup\n\nInstall [Terraform](https://developer.hashicorp.com/terraform/install?product_intent=terraform).\n\nInstall [tflint](https://github.com/terraform-linters/tflint).\n\nInstall [Trivy](https://trivy.dev/latest/getting-started/)\n\n## Public Cloud\n\nAWS.\n\n## Environments\n\nAssumes three environments:\n\n- `development`\n- `test`\n- `production`\n\nEach environment has its own set of configurations `./environments/\u003cenv\u003e.tfvar`.\n\nEnvironments map to Terraform workspaces.\n\n## Backend\n\nThe Terraform state is stored in an S3 bucket.\n\nEither a single S3 bucket for all workspaces (environments).\n\nOr one S3 bucket per environment.\n\n## Apply\n\nTo apply a configuration:\n\n```bash\nmake plan env=\u003cenv\u003e\nmake apply\n```\n\nwhere `\u003cenv\u003e` is one of `development`, `test` or `production`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkinglabs%2Fterraform-aws-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkinglabs%2Fterraform-aws-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkinglabs%2Fterraform-aws-bootstrap/lists"}