{"id":18624792,"url":"https://github.com/opszero/terraform-aws-cloudflare-security-group","last_synced_at":"2025-10-18T07:35:17.038Z","repository":{"id":40243129,"uuid":"447769041","full_name":"opszero/terraform-aws-cloudflare-security-group","owner":"opszero","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-19T16:42:13.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-27T05:41:57.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opszero.com","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opszero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["abhiyerra"],"custom":["https://www.opszero.com"]}},"created_at":"2022-01-13T22:18:54.000Z","updated_at":"2024-11-19T16:42:16.000Z","dependencies_parsed_at":"2024-03-18T21:34:11.657Z","dependency_job_id":"caad60ff-3ba3-4bc0-a3e0-8f7d98dc26db","html_url":"https://github.com/opszero/terraform-aws-cloudflare-security-group","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-cloudflare-security-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-cloudflare-security-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-cloudflare-security-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-cloudflare-security-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opszero","download_url":"https://codeload.github.com/opszero/terraform-aws-cloudflare-security-group/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239418578,"owners_count":19635208,"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","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-07T04:31:05.593Z","updated_at":"2025-10-18T07:35:12.014Z","avatar_url":"https://github.com/opszero.png","language":"HCL","funding_links":["https://github.com/sponsors/abhiyerra","https://www.opszero.com"],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# terraform-aws-cloudflare-security-group\n\nTerraform to only allow ingress from [Cloudflare IPs](https://www.cloudflare.com/ips/)\n\n# Usage\n\n```\nmodule \"cloudflare-ingress\" {\n   source = \"github.com/opszero/terraform-aws-cloudflare-security-group\"\n   vpc_id = \"vpc-12345\"\n}\n\n```\n\n## Outputs\n\n```\nmodule.cloudflare-ingress.security_group_id\n```\n\n# License\n\nCopyright 2022 opsZero, LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n# Deployment\n\n```sh\nterraform init\nterraform plan\nterraform apply -auto-approve\n```\n# Teardown\n\n```sh\nterraform destroy -auto-approve\n```\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n| \u003ca name=\"provider_http\"\u003e\u003c/a\u003e [http](#provider\\_http) | n/a |\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | The vpc\\_id to add the security group into | `string` | `\"\"` | no |\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_security_group.cloudflare](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |\n| [aws_security_group_rule.cloudflare](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule) | resource |\n| [http_http.ipv4](https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http) | data source |\n| [http_http.ipv6](https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http) | data source |\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_security_group_id\"\u003e\u003c/a\u003e [security\\_group\\_id](#output\\_security\\_group\\_id) | n/a |\n# 🚀 Built by opsZero!\n\n\u003ca href=\"https://opszero.com\"\u003e\u003cimg src=\"https://opszero.com/wp-content/uploads/2024/07/opsZero_logo_svg.svg\" width=\"300px\"/\u003e\u003c/a\u003e\n\nSince 2016 [opsZero](https://opszero.com) has been providing Kubernetes\nexpertise to companies of all sizes on any Cloud. With a focus on AI and\nCompliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR,\nFedRAMP, CMMC we have you and your customers covered.\n\nWe provide support to organizations in the following ways:\n\n- [Modernize or Migrate to Kubernetes](https://opszero.com/solutions/modernization/)\n- [Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal](https://opszero.com/solutions/cloud-infrastructure/)\n- [Building AI and Data Pipelines on Kubernetes](https://opszero.com/solutions/ai/)\n- [Optimizing Existing Kubernetes Workloads](https://opszero.com/solutions/optimized-workloads/)\n\nWe do this with a high-touch support model where you:\n\n- Get access to us on Slack, Microsoft Teams or Email\n- Get 24/7 coverage of your infrastructure\n- Get an accelerated migration to Kubernetes\n\nPlease [schedule a call](https://calendly.com/opszero-llc/discovery) if you need support.\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n\u003cdiv style=\"display: block\"\u003e\n  \u003cimg src=\"https://opszero.com/wp-content/uploads/2024/07/aws-advanced.png\" width=\"150px\" /\u003e\n  \u003cimg src=\"https://opszero.com/wp-content/uploads/2024/07/AWS-public-sector.png\" width=\"150px\" /\u003e\n  \u003cimg src=\"https://opszero.com/wp-content/uploads/2024/07/AWS-eks.png\" width=\"150px\" /\u003e\n\u003c/div\u003e\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-cloudflare-security-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopszero%2Fterraform-aws-cloudflare-security-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-cloudflare-security-group/lists"}