{"id":15176572,"url":"https://github.com/itzzjb/terraform-basics","last_synced_at":"2026-03-01T13:35:50.544Z","repository":{"id":255048719,"uuid":"848381718","full_name":"itzzjb/terraform-basics","owner":"itzzjb","description":"Learning the basics of terraform by builing a simple infrastructure in AWS","archived":false,"fork":false,"pushed_at":"2024-08-27T18:18:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T18:50:12.139Z","etag":null,"topics":["basics","infrastructure-as-code","terraform"],"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/itzzjb.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-08-27T16:52:22.000Z","updated_at":"2024-08-28T06:59:40.000Z","dependencies_parsed_at":"2024-12-03T16:01:11.508Z","dependency_job_id":null,"html_url":"https://github.com/itzzjb/terraform-basics","commit_stats":null,"previous_names":["itzzjb/terraform-basics"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itzzjb/terraform-basics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzjb%2Fterraform-basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzjb%2Fterraform-basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzjb%2Fterraform-basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzjb%2Fterraform-basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzzjb","download_url":"https://codeload.github.com/itzzjb/terraform-basics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzzjb%2Fterraform-basics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"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":["basics","infrastructure-as-code","terraform"],"created_at":"2024-09-27T13:21:31.407Z","updated_at":"2026-03-01T13:35:50.519Z","avatar_url":"https://github.com/itzzjb.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Basics\n\n`terraform init` — In order to prepare the working directory for use with Terraform, the command performs Backend Initialization, Child Module Installation, and Plugin Installation.\n\n`terraform plan` — Plan will generate an execution plan, showing you what actions will be taken without actually performing the planned actions.\n\n`terraform apply` — Create or update infrastructure depending on the configuration files. By default, a plan will be generated first and will need to be approved before it is applied.\n\n`terraform destroy` — Destroy the infrastructure managed by Terraform.\n\n`terraform refresh` — Modify the state file with updated metadata containing information on the resources being managed in Terraform. Will not modify your infrastructure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzzjb%2Fterraform-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzzjb%2Fterraform-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzzjb%2Fterraform-basics/lists"}