{"id":30562667,"url":"https://github.com/kickin6/terraform-google-firewall-rule","last_synced_at":"2025-10-10T10:43:33.437Z","repository":{"id":201731814,"uuid":"137941575","full_name":"kickin6/terraform-google-firewall-rule","owner":"kickin6","description":"Modular Network Firewall Rule on Google Compute Engine for Terraform. Includes sub-modules for every allowed variable combination in both INGRESS and EGRESS directions.","archived":false,"fork":false,"pushed_at":"2018-06-19T20:47:45.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-20T01:05:16.729Z","etag":null,"topics":["firewall-rules","hcl","terraform","terraform-modules"],"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/kickin6.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}},"created_at":"2018-06-19T20:21:56.000Z","updated_at":"2023-10-20T03:27:20.120Z","dependencies_parsed_at":null,"dependency_job_id":"b095c63f-cb60-4f2e-b528-22ffd1089681","html_url":"https://github.com/kickin6/terraform-google-firewall-rule","commit_stats":null,"previous_names":["kickin6/terraform-google-firewall-rule"],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/kickin6/terraform-google-firewall-rule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickin6%2Fterraform-google-firewall-rule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickin6%2Fterraform-google-firewall-rule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickin6%2Fterraform-google-firewall-rule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickin6%2Fterraform-google-firewall-rule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kickin6","download_url":"https://codeload.github.com/kickin6/terraform-google-firewall-rule/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kickin6%2Fterraform-google-firewall-rule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272501932,"owners_count":24945387,"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-08-28T02:00:10.768Z","response_time":74,"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":["firewall-rules","hcl","terraform","terraform-modules"],"created_at":"2025-08-28T13:08:16.204Z","updated_at":"2025-10-10T10:43:28.396Z","avatar_url":"https://github.com/kickin6.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network Firewall Rule Module \n\nModular Network Firewall Rule on Google Compute Engine for Terraform.\n\n# Ingress Allow Firewall Rule using Target Tags\n\n## Usage\n```\nmodule \"firewall-1\" {\n    source                  = \"github.com/kickin6/terraform-google-firewall-rule\"\n    name                    = \"default-ingress-deny-tcp-80\"\n    project                 = \"${var.project}\"\n    network                 = \"default\"\n    priority                = \"1000\"\n    protocol                = \"${var.protocol}\"\n    ports                   = \"${var.ports}\"\n    target_tags             = \"${var.target_tags}\"\n}\n```\n\n# Sub-Modules\n\nBecause some variables will not work when combined with certain other variables, these sub-modules are pre-configured to use compatible variables.\n\nHere is a list of incompatible variables.\n\n## direction = INGRESS\n- `destination_ranges`\n\n## direction = EGRESS\n- `source_ranges`\n- `source_tags`\n\n## source_service_accounts\n- `source_tags`\n- `target_tags`\n\n## target_service_accounts\n- `source_tags`\n- `target_tags`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickin6%2Fterraform-google-firewall-rule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickin6%2Fterraform-google-firewall-rule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickin6%2Fterraform-google-firewall-rule/lists"}