{"id":31077040,"url":"https://github.com/msvalandro/introduction-to-terraform","last_synced_at":"2026-02-25T18:05:57.448Z","repository":{"id":305963919,"uuid":"1024506596","full_name":"msvalandro/introduction-to-terraform","owner":"msvalandro","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-13T20:22:58.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T06:29:55.098Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msvalandro.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-22T20:07:03.000Z","updated_at":"2025-08-13T20:23:01.000Z","dependencies_parsed_at":"2025-07-22T23:29:54.694Z","dependency_job_id":"c23363e4-78a2-42f8-b20f-98524626a372","html_url":"https://github.com/msvalandro/introduction-to-terraform","commit_stats":null,"previous_names":["msvalandro/introduction-to-terraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msvalandro/introduction-to-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvalandro%2Fintroduction-to-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvalandro%2Fintroduction-to-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvalandro%2Fintroduction-to-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvalandro%2Fintroduction-to-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msvalandro","download_url":"https://codeload.github.com/msvalandro/introduction-to-terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvalandro%2Fintroduction-to-terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"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":"2025-09-16T06:13:46.337Z","updated_at":"2026-02-25T18:05:57.427Z","avatar_url":"https://github.com/msvalandro.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Terraform\n\nThis repository contains my studies and practice exercises from the [Terraform: The Complete Guide from Beginner to Expert](https://www.udemy.com/course/mastering-terraform-beginner-to-expert) course. Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nTerraform installed on your machine\nAn AWS account\nBasic understanding of cloud infrastructure concepts\n\n### Installation\n\n1. Clone this repository:\n\n   ```\n   git clone https://github.com/msvalandro/introduction-to-terraform.git\n   cd introduction-to-terraform\n   ```\n\n2. Install Terraform following the official installation guide\n3. Verify installation:\n   ```\n   terraform --version\n   ```\n\n## 🏃‍♂️ Instructions to Run\n\n1. Configure environment variables:\n\n   ```bash\n   # Copy the example environment file\n   cp .env.example .env\n\n   # Edit .env with your specific values (API keys, region, etc.)\n   # Then load the environment variables\n   source .env\n   ```\n\n2. Navigate to the desired example directory:\n\n   ```\n   cd 01-benefits-iac\n   ```\n\n3. Initialize Terraform (first time only):\n\n   ```\n   terraform init\n   ```\n\n4. Plan your infrastructure changes:\n\n   ```\n   terraform plan\n   ```\n\n5. Apply the configuration:\n\n   ```\n   terraform apply\n   # Type 'yes' when prompted to confirm\n   ```\n\n6. Destroy resources when finished:\n   ```\n    terraform destroy\n    # Type 'yes' when prompted to confirm\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsvalandro%2Fintroduction-to-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsvalandro%2Fintroduction-to-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsvalandro%2Fintroduction-to-terraform/lists"}