{"id":19809795,"url":"https://github.com/deepraj1729/learning-terraform","last_synced_at":"2025-02-28T12:46:41.287Z","repository":{"id":112174598,"uuid":"603820958","full_name":"deepraj1729/learning-terraform","owner":"deepraj1729","description":"Understanding basics of terraform to advanced concepts","archived":false,"fork":false,"pushed_at":"2023-02-23T16:59:08.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T06:45:42.939Z","etag":null,"topics":["eks-cluster","gke-cluster","iam","vpc"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepraj1729.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":"2023-02-19T17:08:05.000Z","updated_at":"2023-08-26T15:37:14.000Z","dependencies_parsed_at":"2023-05-11T02:00:32.616Z","dependency_job_id":null,"html_url":"https://github.com/deepraj1729/learning-terraform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj1729%2Flearning-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj1729%2Flearning-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj1729%2Flearning-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj1729%2Flearning-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepraj1729","download_url":"https://codeload.github.com/deepraj1729/learning-terraform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241153053,"owners_count":19918721,"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","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":["eks-cluster","gke-cluster","iam","vpc"],"created_at":"2024-11-12T09:18:13.341Z","updated_at":"2025-02-28T12:46:41.281Z","avatar_url":"https://github.com/deepraj1729.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# learning-terraform\nLearning terraform hands-on with interesting projects and infrastructure\n\n## Installation:\nTo Install `terraform` as a CLI check the installation guide provided by Hashicorp [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)\n\n## Commands:\n\n1. `Version`: Once installed, check if the installation was successful\n\n        terraform -version\n\n2. `Init`: To Initialize providers and plugins:\n\n        terraform init\n\n3. `Validate`: To Validate the configuration:\n\n        terraform validate\n\n4. `Apply`: To Apply changes and create the resources:\n\n        terraform apply\n\n5. `Show`: To show the current state configuration\n\n        terraform show\n\n5. `Destroy`: To Destroy the resources:\n\n        terraform destroy\n\n6. `Refresh`: To refresh the statefiles with the remote changes\n\n        terraform refresh\n\n7. `Console`: To print the values of the variables (type exit to exit)\n\n        terraform console\n\n8. `FMT`: To format the terraform expressions\n\n        terraform fmt\n\n\n## Basics:\n\n1. Blocks in terraform (hello world)\n2. TF-JSON in terraform\n3. Multi-Blocks in terraform\n4. File Destructuring\n5. Variables in terraform\n6. Variable Types in terraform\n7. Variable input list in terraform\n8. Functions in terraform\n9. TFVARS in terraform\n10. Environment variables in terraform\n\n\n## Projects:\n1. Initialize multiple `Github repositories` using `Terraform`\n1. Run multiple `Docker` containers using `Terraform`\n2. Setup a `Google Cloud VM Instance` using `Terraform`\n3. Setup a `Kubernetes cluster` using `Terraform` and `Google Kubernetes Engine` (GKE)\n4. Setup a `Kubernetes cluster` using `Terraform` and `Elastic Kubernetes Engine` (EKS)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepraj1729%2Flearning-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepraj1729%2Flearning-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepraj1729%2Flearning-terraform/lists"}