{"id":15304475,"url":"https://github.com/mensaah/terraform-eks-demo","last_synced_at":"2026-01-27T11:01:44.201Z","repository":{"id":97052241,"uuid":"274441509","full_name":"MeNsaaH/terraform-eks-demo","owner":"MeNsaaH","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-10T12:56:05.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T00:43:50.170Z","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/MeNsaaH.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-06-23T15:26:16.000Z","updated_at":"2020-06-23T15:41:20.000Z","dependencies_parsed_at":"2023-04-10T08:19:15.254Z","dependency_job_id":null,"html_url":"https://github.com/MeNsaaH/terraform-eks-demo","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.03703703703703709,"last_synced_commit":"f8540dbd2c3afdb3cee817d8c540358b22531529"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MeNsaaH/terraform-eks-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeNsaaH%2Fterraform-eks-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeNsaaH%2Fterraform-eks-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeNsaaH%2Fterraform-eks-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeNsaaH%2Fterraform-eks-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeNsaaH","download_url":"https://codeload.github.com/MeNsaaH/terraform-eks-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeNsaaH%2Fterraform-eks-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-10-01T07:56:27.540Z","updated_at":"2026-01-27T11:01:44.185Z","avatar_url":"https://github.com/MeNsaaH.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-trials\n\nExploring Terraform on AWS using ArgoCD, Helm, ACM\n\n\n## Getting Started\n\n### Requirements\n- AWS Cli\n- Helm v2.16 \n- argocd cli\n\n### Configure AWS\n```\n$ aws configure\naWS Access Key ID [****************7CDE]:\nAWS Secret Access Key [****************2NGa]:\nDefault region name [eu-west-2]:\nDefault output format [None]: \n```\n\n### Deployment\n```bash\n$ git clone https://git.deimos.co.za/mensaah/terraform-trials.git\n$ cd terraform-eks\n$ terraform init\n$ terraform plan\n$ terraform apply\n# After Running apply, run `terraform init` again to move the terraform state to aws s3 bucket\n$ terraform init # moves state to s3\n```\n\n### Destruction\n```\n$ terraform destroy -target module.helm_agones.helm_release.agones -auto-approve \u0026\u0026 sleep 60\n$ terraform destroy\n```\nThere is an issue with the AWS Terraform provider: https://github.com/terraform-providers/terraform-provider-aws/issues/9101. Due to this issue you should remove helm release first (as stated above), otherwise terraform destroy will timeout and never succeed. Remove all created resources manually in that case, namely: 3 Auto Scaling groups, EKS cluster, and a VPC with all dependent resources\n\n### IAM User Profile\nAfter running `terraform apply`, an encrypted password output is printed out. The encrypted password may be decrypted using the command line, for example: \n```\n$ terraform output password | base64 --decode | keybase pgp decrypt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmensaah%2Fterraform-eks-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmensaah%2Fterraform-eks-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmensaah%2Fterraform-eks-demo/lists"}