{"id":19107215,"url":"https://github.com/govtechsg/terraform-outbound-proxy","last_synced_at":"2026-06-20T13:31:58.052Z","repository":{"id":39340359,"uuid":"420353191","full_name":"GovTechSG/terraform-outbound-proxy","owner":"GovTechSG","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-01T11:02:44.000Z","size":17,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-02-22T10:31:31.408Z","etag":null,"topics":["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/GovTechSG.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":"2021-10-23T08:12:57.000Z","updated_at":"2021-10-23T08:23:25.000Z","dependencies_parsed_at":"2024-11-09T04:11:45.695Z","dependency_job_id":"6c2fa0a0-863c-4fd0-98fd-83abf4fbf05e","html_url":"https://github.com/GovTechSG/terraform-outbound-proxy","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/GovTechSG/terraform-outbound-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fterraform-outbound-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fterraform-outbound-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fterraform-outbound-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fterraform-outbound-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GovTechSG","download_url":"https://codeload.github.com/GovTechSG/terraform-outbound-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GovTechSG%2Fterraform-outbound-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34572424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["terraform"],"created_at":"2024-11-09T04:11:39.704Z","updated_at":"2026-06-20T13:31:58.016Z","avatar_url":"https://github.com/GovTechSG.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# outbound-proxy\n\n## Usage\n\n```\nmodule \"proxy\" {\n  name = \"proxy\"\n  network_allowed_cidr = \"10.0.0.0/22\"\n  private_subnet_ids = [\"subnet-xxx\"]\n  public_subnet_ids = [\"subnet-xx\"]\n  vpc_id = \"vpc-xxx\"\n  whitelisted_domains = [\"example.com\", \"example2.com\"]\n\n  permissions_boundary = \"some_boundary_arn\"\n\n}\n```\n\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | n/a |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| custom\\_dns | Custom DNS servers, set to 'default' to not use a custom dns server | `string` | `\"default\"` | no |\n| instance\\_type | WebServer EC2 instance type (e.g t3.medium) | `string` | `\"t3.medium\"` | no |\n| latest\\_ami\\_id | AMI ID to use, default to latest AMI Amazon linux2 | `string` | `\"/aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2\"` | no |\n| name | Name for this cloudformation resource | `string` | n/a | yes |\n| network\\_allowed\\_cidr | CIDR allowed in Proxy Security Group. The allowed block size is between a /32 netmask and /8 netmask | `string` | `\"172.31.0.0/16\"` | no |\n| permissions\\_boundary | ARN of the IAM policy to apply to iam roles created as permission boundary policy | `string` | `\"\"` | no |\n| private\\_subnet\\_ids | Private SubnetIDs where the Network LoadBalancer will be placed (Select min 2 max 3) | `list(string)` | n/a | yes |\n| proxy\\_port | Port to connect to proxy with | `number` | `3128` | no |\n| public\\_subnet\\_ids | Public SubnetIDs where the proxy will be placed (Select min 2 max 3) | `list(string)` | n/a | yes |\n| ssh\\_key\\_name | Key pair name to use for ssh key to the instance | `string` | `\"\"` | no |\n| vpc\\_id | VPC ID | `string` | n/a | yes |\n| whitelisted\\_domains | List of domain names to whitelist for outgoing proxy | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \".amazonaws.com\",\u003cbr\u003e  \".debian.org\"\u003cbr\u003e]\u003c/pre\u003e | no |\n\n## Outputs\n\nNo output.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fterraform-outbound-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgovtechsg%2Fterraform-outbound-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgovtechsg%2Fterraform-outbound-proxy/lists"}