{"id":15587722,"url":"https://github.com/codeaprendiz/learn_terraform","last_synced_at":"2025-10-09T19:05:19.391Z","repository":{"id":50266967,"uuid":"244992461","full_name":"codeaprendiz/learn_terraform","owner":"codeaprendiz","description":"Infrastructure As Code","archived":false,"fork":false,"pushed_at":"2021-06-10T16:01:35.000Z","size":3122,"stargazers_count":75,"open_issues_count":0,"forks_count":45,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-09T19:05:18.423Z","etag":null,"topics":[],"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/codeaprendiz.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}},"created_at":"2020-03-04T20:02:09.000Z","updated_at":"2025-06-14T14:31:12.000Z","dependencies_parsed_at":"2022-09-24T09:52:13.340Z","dependency_job_id":null,"html_url":"https://github.com/codeaprendiz/learn_terraform","commit_stats":null,"previous_names":["codeaprendiz/learn_terraform","codeaprendiz/learn-terraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeaprendiz/learn_terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaprendiz%2Flearn_terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaprendiz%2Flearn_terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaprendiz%2Flearn_terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaprendiz%2Flearn_terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeaprendiz","download_url":"https://codeload.github.com/codeaprendiz/learn_terraform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaprendiz%2Flearn_terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001983,"owners_count":26083243,"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-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-10-02T22:03:01.946Z","updated_at":"2025-10-09T19:05:19.372Z","avatar_url":"https://github.com/codeaprendiz.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-kitchen\n\n- [commands](task-000-commands/ReadMe.md)\n- [terraform doc references](task-001-doc-references/ReadMe.md)\n- [task-002-tutorial-links](task-002-tutorial-links/ReadMe.md)\n\n## AWS\n\n- [task-000, initialization-setup](aws/task-000-initialization-setup)\n- [task-001, vars, provider, ec2, dataSources](aws/task-001-vars-provider-ec2-dataSources)\n- [task-002, default, vpc, subnet, security group, keypair, ec2](aws/task-002-defaultVPC-sbnt-sg-kp-ec2)\n- [task-003, default vpc, subnet, security group, keypair, ec2, script](aws/task-003-defaultVPC-kp-sbnt-sg-ec2-script)\n- [task-004, vars, provider, ec2, output](aws/task-004-vars-provider-ec2-output)\n- [task-005, vars, provider, ec2, terraformRemoteStateInS3](aws/task-005-vars-provider-ec2-remoteStateInS3)\n- [task-006-defaultVPC-defaultSbnt-modules-kp](aws/task-006-defaultVPC-defaultSbnt-modules-kp)\n- [task-007-customVPC-igw-sbnt-rt-sg-kp-ec2](aws/task-007-customVPC-igw-sbnt-rt-sg-kp-ec2)\n- [task-008-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt](aws/task-008-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt)\n- [task-009-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt-ec2-ebs](aws/task-009-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt-ec2-ebs)\n- [task-010-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt-ec2-ebs-withMount/versions.tf](aws/task-010-customVPC-3PriSbnts-3PubSbnts-nat-igw-rt-ec2-ebs-withMount)\n- [task-011-route53](aws/task-011-route53)\n- [task-012-rds-vpc-ec2](aws/task-012-rds-vpc-ec2)\n- [task-013-IAM](aws/task-013-IAM)\n- [task-014-IAM-roles-s3-upload-to-s3](aws/task-014-IAM-roles-s3-upload-to-s3)\n- [task-015-autoscaling-cloudwatchAlarm-ec2-launchConfiguration](aws/task-015-autoscaling-cloudwatchAlarm-ec2-launchConfiguration)\n- [task-016-ELB-autoscaling](aws/task-016-ELB-autoscaling)\n- [task-017-Elastic-Beanstalk](aws/task-017-Elastic-Beanstalk)\n- [task-018-create-ECR-repo](aws/task-018-create-ECR-repo)\n- [IN-PROGRESS-task19-ECS-example](aws/task-019-ECS)\n- [task-020-s3-iam-using-modules](aws/task-020-s3-iam-using-modules)\n- [task-021-k8s-using-typhoon](aws/task-021-k8s-cluster-typhoon)\n- [task-022-route53-ec2](aws/task-022-route53-ec2)\n- [task-024-certificate-manager](aws/task-024-certificate-manager)\n\n### Terragrunt Implementation\n\n- [task-023-terragrunt-ec2](aws/task-023-terragrunt-ec2)\n- [task-025-terragrunt-iam-user](aws/task-025-terragrunt-iam-user)\n- [task-026-terragrunt-s3-bucket](aws/task-026-terragrunt-s3-bucket)\n- [task-027-terragrunt-cdn](aws/task-027-terragrunt-cdn)\n\n\n### Frequently visited\n- [Amazon EC2 AMI Locator](http://cloud-images.ubuntu.com/locator/ec2/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaprendiz%2Flearn_terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeaprendiz%2Flearn_terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaprendiz%2Flearn_terraform/lists"}