{"id":18852105,"url":"https://github.com/verma-kunal/terraform-aws-apache-example","last_synced_at":"2025-09-03T13:32:00.286Z","repository":{"id":104379019,"uuid":"582529251","full_name":"verma-kunal/terraform-aws-apache-example","owner":"verma-kunal","description":"Terraform Module to provision an EC2 instance that is running Apache server - Example","archived":false,"fork":false,"pushed_at":"2022-12-27T06:01:20.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-29T08:42:15.799Z","etag":null,"topics":["apache","aws-ec2","example","terraform-module"],"latest_commit_sha":null,"homepage":"","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/verma-kunal.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":"2022-12-27T05:45:19.000Z","updated_at":"2024-02-21T20:33:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"32829bae-c038-49af-99d7-6cb7da7794ef","html_url":"https://github.com/verma-kunal/terraform-aws-apache-example","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/verma-kunal/terraform-aws-apache-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verma-kunal%2Fterraform-aws-apache-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verma-kunal%2Fterraform-aws-apache-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verma-kunal%2Fterraform-aws-apache-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verma-kunal%2Fterraform-aws-apache-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verma-kunal","download_url":"https://codeload.github.com/verma-kunal/terraform-aws-apache-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verma-kunal%2Fterraform-aws-apache-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273452754,"owners_count":25108468,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":["apache","aws-ec2","example","terraform-module"],"created_at":"2024-11-08T03:38:02.387Z","updated_at":"2025-09-03T13:32:00.010Z","avatar_url":"https://github.com/verma-kunal.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modules\n\n- Create a module\n- Publish a module\n\nTask: Terraform Module to provision an EC2 instance that is running Apache server.\n\n- Following the conventions used here: https://github.com/terraform-aws-modules/terraform-aws-rds\n\n```hcl\n\nterraform {}\n\n# Provider info goes here:\nprovider \"aws\" {\n  region = \"us-east-1\"\n}\n\n\n# Importing the module here:\nmodule \"apache\" {\n  source = \".//terraform-aws-apache-example\"\n\n  # Giving the variable values here:\n  vpc_id = \"vpc-0000000\"\n  my_ip_with_cidr = \"\u003cHOST_IP_ADDRESS\u003e/32\"\n  public_key = \"ssh-rsa AAAAB......\"\n  instance_type = \"t2.nano\"\n  server_name = \"Apache-Example-Server\"\n}\n\n# Outputs:\n\noutput \"public_ip\"{\n    value = module.apache.public_id\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverma-kunal%2Fterraform-aws-apache-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverma-kunal%2Fterraform-aws-apache-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverma-kunal%2Fterraform-aws-apache-example/lists"}