{"id":19309060,"url":"https://github.com/devops-360-online/localstack-terraform","last_synced_at":"2026-05-14T22:39:55.403Z","repository":{"id":212316218,"uuid":"731183802","full_name":"devops-360-online/localstack-terraform","owner":"devops-360-online","description":"Terraform configurations designed to run on LocalStack, providing a local environment for cloud development. By leveraging LocalStack, you can simulate AWS cloud resources on your local machine, offering a cost-effective and efficient way to develop and test your Terraform scripts. This setup allows seamless integration and testing of AWS services.","archived":false,"fork":false,"pushed_at":"2023-12-17T09:39:53.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T08:42:22.352Z","etag":null,"topics":["aws","localstack","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-360-online.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-13T14:28:54.000Z","updated_at":"2023-12-14T08:07:41.000Z","dependencies_parsed_at":"2023-12-17T10:40:56.121Z","dependency_job_id":null,"html_url":"https://github.com/devops-360-online/localstack-terraform","commit_stats":null,"previous_names":["devops-360-online/localstack-terraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devops-360-online/localstack-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-360-online%2Flocalstack-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-360-online%2Flocalstack-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-360-online%2Flocalstack-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-360-online%2Flocalstack-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-360-online","download_url":"https://codeload.github.com/devops-360-online/localstack-terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-360-online%2Flocalstack-terraform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270203120,"owners_count":24544493,"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-13T02:00:09.904Z","response_time":66,"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","localstack","terraform"],"created_at":"2024-11-10T00:17:37.742Z","updated_at":"2026-05-14T22:39:50.384Z","avatar_url":"https://github.com/devops-360-online.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LocalStack-Terraform Setup\n\nThis README provides instructions for setting up and using a LocalStack environment with Terraform to simulate AWS cloud resources locally.\n\n## Prerequisites\n\nEnsure you have the following installed:\n- Docker\n- Docker Compose\n- Terraform\n\n## Getting Started\n\n### Step 1: Start LocalStack\n\nUse Docker Compose to launch LocalStack:\n\n```bash\ndocker-compose up -d\n```\n\nThis command starts LocalStack in detached mode.\n\n### Step 2:  Terraform\n\nRun the following command to initialize your Terraform workspace, which will download the necessary plugins, Apply your Terraform configuration using mock AWS credentials (since LocalStack doesn't validate them):\n\n```bash\nterraform init\nAWS_ACCESS_KEY_ID=fake AWS_SECRET_ACCESS_KEY=fake terraform apply\n```\n\nThis sets the AWS access and secret keys to 'fake' and applies your Terraform configurations to the LocalStack environment.\n\nThe `main.tf` in this repository is configured to create an S3 bucket named `devops-360-demo-localstack` and upload the `cat.png` image to it. To view this image, you can access it via the following URL when running LocalStack:\n\n[http://devops-360-demo-localstack.s3.localhost.localstack.cloud:4566/cat.png](http://devops-360-demo-localstack.s3.localhost.localstack.cloud:4566/cat.png)\n\nAnd you will see this: \n\n![cat.png](./resources/cat.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-360-online%2Flocalstack-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-360-online%2Flocalstack-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-360-online%2Flocalstack-terraform/lists"}