{"id":20828394,"url":"https://github.com/codewithmuh/terraform-jenkins","last_synced_at":"2026-03-12T06:01:40.281Z","repository":{"id":212300461,"uuid":"623631602","full_name":"codewithmuh/terraform-jenkins","owner":"codewithmuh","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-04T19:48:11.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T01:27:19.312Z","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/codewithmuh.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}},"created_at":"2023-04-04T19:01:39.000Z","updated_at":"2024-02-29T03:04:55.000Z","dependencies_parsed_at":"2023-12-13T15:24:56.702Z","dependency_job_id":null,"html_url":"https://github.com/codewithmuh/terraform-jenkins","commit_stats":null,"previous_names":["codewithmuh/terraform-jenkins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithmuh/terraform-jenkins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmuh%2Fterraform-jenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmuh%2Fterraform-jenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmuh%2Fterraform-jenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmuh%2Fterraform-jenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithmuh","download_url":"https://codeload.github.com/codewithmuh/terraform-jenkins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithmuh%2Fterraform-jenkins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30416729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T04:41:02.746Z","status":"ssl_error","status_checked_at":"2026-03-12T04:40:12.571Z","response_time":114,"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":[],"created_at":"2024-11-17T23:14:45.211Z","updated_at":"2026-03-12T06:01:40.244Z","avatar_url":"https://github.com/codewithmuh.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Terraform AWS Jenkins Instance Provisioning\n\nThis is a Terraform configuration that provisions an AWS EC2 instance running Jenkins, a popular automation server. The configuration also creates a security group to control access to the instance, an S3 bucket to store Jenkins data, and an S3 bucket ACL to manage the access control list for the bucket.\n\n### Terraform Resources Used\n\nThis code snippet uses the following AWS resources:\n\n* aws_instance: Defines the EC2 instance running Jenkins\n\n* aws_security_group: Defines a security group for the instance, allowing inbound traffic to ports 22 (SSH), 80 (HTTP), and 8080 (Jenkins)\n\n* aws_s3_bucket: Defines an S3 bucket for use with the Jenkins instance\n\n* aws_s3_bucket_acl: Sets the access control list (ACL) for the S3 bucket to \"private\"\n\n\n### Usage\n\n* To use this Terraform code snippet, you will need to define the following variables:\n\n`* ami_id:` The ID of the Amazon Machine Image (AMI) to use for the Jenkins instance\n\ninstance_type: The type of EC2 instance to use (e.g. t2.micro)\n\nvpc_id: The ID of the VPC where the instance will be launched\n\ncidr_my: The CIDR block to allow inbound traffic from your local machine\n\ncidr_open: The CIDR block to allow inbound traffic from anywhere (e.g. 0.0.0.0/0)\n\ns3_bucket: The name of the S3 bucket to create for use with the Jenkins instance\n\nOnce you have defined these variables, you can run the terraform apply command to provision the Jenkins instance and associated resources in your AWS account.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmuh%2Fterraform-jenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithmuh%2Fterraform-jenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithmuh%2Fterraform-jenkins/lists"}