{"id":48987353,"url":"https://github.com/sagarkpanda/terraform101","last_synced_at":"2026-04-18T13:10:20.914Z","repository":{"id":178006586,"uuid":"661230653","full_name":"sagarkpanda/Terraform101","owner":"sagarkpanda","description":"Cloud (aws) Infra automation with Terraform/OpenTofu","archived":false,"fork":false,"pushed_at":"2024-12-22T07:49:29.000Z","size":905,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-22T08:32:11.397Z","etag":null,"topics":["devops","opentofu","terraform"],"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/sagarkpanda.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":"2023-07-02T07:41:44.000Z","updated_at":"2024-12-22T07:49:32.000Z","dependencies_parsed_at":"2024-05-13T18:34:03.649Z","dependency_job_id":"ea623d42-0ada-4998-9c9f-8c3160678d35","html_url":"https://github.com/sagarkpanda/Terraform101","commit_stats":null,"previous_names":["sagarkrp/terraform_101","sagarcodectrl/terraform_automation","sagarkpanda/terraform101"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sagarkpanda/Terraform101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarkpanda%2FTerraform101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarkpanda%2FTerraform101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarkpanda%2FTerraform101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarkpanda%2FTerraform101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagarkpanda","download_url":"https://codeload.github.com/sagarkpanda/Terraform101/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagarkpanda%2FTerraform101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["devops","opentofu","terraform"],"created_at":"2026-04-18T13:10:09.508Z","updated_at":"2026-04-18T13:10:20.905Z","avatar_url":"https://github.com/sagarkpanda.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infra automation on AWS with Terraform\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Terraform\" width=\"270px\" src=\"tofu.png\" style=\"padding-right:10px;\" /\u003e \n\u003c/p\u003e\n\u003c/br\u003e\n\u003ch3\u003e \u003cstrong\u003e Read the detailed article on: \u003c/strong\u003e \u003c/h3\u003e \u003ca href = \"https://sagarkpanda.medium.com/list/terraform-20b3355e3dbb\" target =\"_blank\"\u003e \n \n\u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/sagarkrp/sagarkrp/blob/main/images/Medium-white1x.png\" width=\"160px\" height=\"35px\"\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/sagarkrp/sagarkrp/main/images/Medium-dark.svg\" width=\"160px\" height=\"35px\"\u003e \n   \u003cimg alt=\"Medium Alternative Theme.\" src=\"https://raw.githubusercontent.com/sagarkrp/sagarkrp/main/images/Medium-dark.svg\" width=\"160px\" height=\"35px\"\u003e\n\u003c/picture\u003e \u003c/a\u003e\n\n## What is Terraform:\nTerraform is an open-source infrastructure as code (IAC) tool that helps us to safely and predictably provision and manage infrastructure in any cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share.\n\n## How if Works:\nWe write a set of instruction using a declarative DSL called HashiCorp Configuration Language (HCL) and TF executes the instructions to get the expected result for us.\n\nThe core TF workflow consists of three stages:\n\n\u003ch4\u003e Write: \u003c/h4\u003e You define resources, which may be across multiple cloud providers and services. For example, you might create a configuration to deploy an application on virtual machines in a Virtual Private Cloud (VPC) network with security groups and a load balancer.\n\n\u003ch4\u003e Plan: \u003c/h4\u003e Terraform creates an execution plan describing the infrastructure it will create, update, or destroy based on the existing infrastructure and your configuration.\n\n\u003ch4\u003e Apply: \u003c/h4\u003e\n\nOn approval, Terraform performs the proposed operations in the correct order, respecting any resource dependencies. For example, if you update the properties of a VPC and change the number of virtual machines in that VPC, Terraform will recreate the VPC before scaling the virtual machines.\n\n\u003ch4\u003e Destroy: \u003c/h4\u003e\n\nDeletes/Removes the resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagarkpanda%2Fterraform101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagarkpanda%2Fterraform101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagarkpanda%2Fterraform101/lists"}