{"id":21400346,"url":"https://github.com/tcarters/learningterraform","last_synced_at":"2026-03-19T20:13:31.499Z","repository":{"id":233961881,"uuid":"788094788","full_name":"Tcarters/learningTerraform","owner":"Tcarters","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T22:11:53.000Z","size":46059,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T19:51:22.839Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tcarters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-17T19:05:03.000Z","updated_at":"2024-11-11T01:21:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"99c8fadd-1790-46f2-85de-fdf57455634c","html_url":"https://github.com/Tcarters/learningTerraform","commit_stats":null,"previous_names":["tcarters/learningterraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tcarters/learningTerraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tcarters%2FlearningTerraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tcarters%2FlearningTerraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tcarters%2FlearningTerraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tcarters%2FlearningTerraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tcarters","download_url":"https://codeload.github.com/Tcarters/learningTerraform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tcarters%2FlearningTerraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: 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-22T15:21:23.421Z","updated_at":"2026-02-03T07:33:50.795Z","avatar_url":"https://github.com/Tcarters.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Day 1: Getting Started with Terraform\n\n### What is Terraform ?\n\nTerraform is a declarative coding tool that enables developers to use a high-level configuration language called HashiCorp Configuration Language (HCL) to describe the desired “end-state” cloud or on-premises infrastructure for running an application. It then generates a plan for reaching that end-state and runs the plan to provision the infrastructure.\n\nInfrastructure as code can help with the following:\n\n- Improve speed: Automation is faster than manually navigating an interface when you need to deploy or connect resources.\n\n- Improve reliability: If your infrastructure is large, it becomes easy to misconfigure a resource or provision services in the wrong order. With IaC, the resources are always provisioned and configured exactly as declared.\n\n- Prevent configuration drift: Configuration drift occurs when the configuration that provisioned your environment no longer matches the actual environment.\n\n\n### Installing Terraform on MacOS, Linux and Windows\n\nGet your hands dirty by installing Terraform on both MacOS, Linux and Windows. Follow this page for installation proccess depending on your environnment https://developer.hashicorp.com/terraform/install?product_intent=terraform\n\nI choose codespace environment for quick setup and usage. beow are the steps:\n\n- Add following extensions Aws, Terraform to the codespaces environment:\n![alt text](pic1.png)\n\n- Configuration for container running in codespace:\n\n![alt text](image.png)\n\n\n\n#### Setting up Terraform for AWS\n\nDive into AWS integration with Terraform. You'll learn how to set up your AWS credentials and configure the AWS provider within Terraform to start provisioning resources.\n\n#### Writing Your First Terraform Code\n\nStart writing actual Terraform code with a simple example. Learn about the basic structure of a Terraform configuration file and how to define resources using the HCL language.\n\n### Terraform Lifecycle\n\nUnderstand the lifecycle of terraform. What is terraform `init`, `plan` and `apply`.\n\n#### Launching an EC2 Instance\n\nTake your skills up a notch by provisioning an EC2 instance on AWS using Terraform. Explore attributes like instance type, AMI, and tags to customize your instance.\n\n#### Terraform State Basics\n\nUnderstand the importance of Terraform state files. Learn about desired and current states, and how Terraform manages these states to ensure infrastructure consistency.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarters%2Flearningterraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcarters%2Flearningterraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarters%2Flearningterraform/lists"}