{"id":22001125,"url":"https://github.com/rsginer/terraform-aws-snippets","last_synced_at":"2026-04-20T05:35:47.025Z","repository":{"id":126133541,"uuid":"174362555","full_name":"RSginer/terraform-aws-snippets","owner":"RSginer","description":"Terraform AWS snippets - Infrastructure as Code 💪","archived":false,"fork":false,"pushed_at":"2019-03-20T09:33:54.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T05:26:44.029Z","etag":null,"topics":["amazon-web-services","aws","infrastructure-as-code","terraform","terraform-aws","terraform-scripts"],"latest_commit_sha":null,"homepage":null,"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/RSginer.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":"2019-03-07T14:40:44.000Z","updated_at":"2019-03-20T09:33:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"71c84be1-a32d-4ebc-853d-b7f67337faef","html_url":"https://github.com/RSginer/terraform-aws-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RSginer/terraform-aws-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSginer%2Fterraform-aws-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSginer%2Fterraform-aws-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSginer%2Fterraform-aws-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSginer%2Fterraform-aws-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RSginer","download_url":"https://codeload.github.com/RSginer/terraform-aws-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSginer%2Fterraform-aws-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["amazon-web-services","aws","infrastructure-as-code","terraform","terraform-aws","terraform-scripts"],"created_at":"2024-11-29T23:12:42.276Z","updated_at":"2026-04-20T05:35:47.020Z","avatar_url":"https://github.com/RSginer.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Snippets - Infrastructure as Code 💪\n\nDidn't know what is Terraform? [Take a look](https://www.terraform.io)\n\nFor sure you already know what is AWS 😉\n\n## Install terraform\n\nDownload the terraform binary for your platform here [Terraform binary file](https://www.terraform.io/downloads.html)\n\nUnzip and copy the terraform file to `/usr/local/bin`\n\nOr add your terraform path inside `.profile`\n\n```bash\nexport PATH = $PATH/your/terraform/path\n```\nand then run\n\n```bash\nsource .profile\n```\n\n## Configure your credentials\n\nCreate a file named `provider.tf` with the following content\n\n```\nprovider \"aws\" {\n  access_key = \"YOUR_ACCESS_KEY\" \n  secret_key = \"YOUR_SECRET_KEY\"\n  region  = \"eu-west-1\"\n}\n```\n\n## Install plugins\n\n```bash\nterraform init\n```\n\n\n## Scripts\n\nShow the plan\n```bash\nterraform plan\n````\nApply plan\n```\nterraform apply\n```\n\nPassing variables\n\n```bash\nterraform plan -var region='eu-west-1'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsginer%2Fterraform-aws-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsginer%2Fterraform-aws-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsginer%2Fterraform-aws-snippets/lists"}