{"id":19726985,"url":"https://github.com/timtech4u/terraform-play-aws","last_synced_at":"2026-03-04T11:31:53.858Z","repository":{"id":91626026,"uuid":"261401763","full_name":"Timtech4u/terraform-play-aws","owner":"Timtech4u","description":"Terraform module to setup EKS cluster, IAM policy/user with keybase pgp, Enable remote locking \u0026 backend state, ","archived":false,"fork":false,"pushed_at":"2020-05-05T08:37:57.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T02:03:35.654Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Timtech4u.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":"2020-05-05T08:34:07.000Z","updated_at":"2020-06-30T10:47:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"c395de3d-77ff-4e0b-ac30-aae8d4230026","html_url":"https://github.com/Timtech4u/terraform-play-aws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Timtech4u/terraform-play-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Fterraform-play-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Fterraform-play-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Fterraform-play-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Fterraform-play-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Timtech4u","download_url":"https://codeload.github.com/Timtech4u/terraform-play-aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timtech4u%2Fterraform-play-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":[],"created_at":"2024-11-11T23:37:16.729Z","updated_at":"2026-03-04T11:31:53.825Z","avatar_url":"https://github.com/Timtech4u.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module to provision EKS Cluster\n\n## Pre-requisites\nInstall the following:\n- [AWS CLI](https://aws.amazon.com/cli/)\n- [Terraform](https://www.terraform.io/downloads.html)\n\n\nAfter installing the AWS CLI. Configure it to use your credentials.\nThis enables Terraform access to the configuration file and performs operations on your behalf with these security credentials.\n\n```shell\n$ aws configure\nAWS Access Key ID [None]: \u003cYOUR_AWS_ACCESS_KEY_ID\u003e\nAWS Secret Access Key [None]: \u003cYOUR_AWS_SECRET_ACCESS_KEY\u003e\nDefault region name [None]: \u003cYOUR_AWS_REGION\u003e\n```\n \n## Setup Keybase Key\n- [Setup a Keybase Account](https://keybase.io)\n- [Install Keybase CLI](https://keybase.io/docs/the_app/install_linux)\n- Login to Keybase CLI using: `keybase login`\n- Setup a Keybase key `keybase pgp gen`\n\nEnsure to set the following within Terraform\n```\n  pgp_key = \"keybase:\u003cusername\u003e\"\n```\n\nWhere _\u003cusername\u003e_ is your Keybase account username\n\n\nTo get the decrypted password, you can run the following `terraform apply`\n```shell\n$ terraform output iam_password | base64 --decode | keybase pgp decrypt\"\n```\n\n\nAfter you've done this, initalize your Terraform workspace with the following command:\n\n```shell\n$ terraform init\n```\n\nExecute the following to see what the infrastructure looks like:\n\n```shell\n$ terraform plan\n```\n\n\nThen, provision your EKS cluster by running `terraform apply`. This will take approximately 10 minutes.\n\n```shell\n$ terraform apply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtech4u%2Fterraform-play-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimtech4u%2Fterraform-play-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimtech4u%2Fterraform-play-aws/lists"}