{"id":21356405,"url":"https://github.com/equinix/terraform-equinix-cloudguard","last_synced_at":"2025-07-13T00:31:13.807Z","repository":{"id":96024231,"uuid":"351733973","full_name":"equinix/terraform-equinix-cloudguard","owner":"equinix","description":"Terraform module for quick deployment of Check Point CloudGuard firewall device","archived":false,"fork":false,"pushed_at":"2023-12-15T08:54:43.000Z","size":13,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-07T02:01:43.446Z","etag":null,"topics":["checkpoint","cloudguard","equinix","nfv","sdn","terraform","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/equinix.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}},"created_at":"2021-03-26T09:50:53.000Z","updated_at":"2021-04-26T08:53:56.000Z","dependencies_parsed_at":"2023-04-08T19:47:43.209Z","dependency_job_id":null,"html_url":"https://github.com/equinix/terraform-equinix-cloudguard","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/equinix/terraform-equinix-cloudguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinix%2Fterraform-equinix-cloudguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinix%2Fterraform-equinix-cloudguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinix%2Fterraform-equinix-cloudguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinix%2Fterraform-equinix-cloudguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equinix","download_url":"https://codeload.github.com/equinix/terraform-equinix-cloudguard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinix%2Fterraform-equinix-cloudguard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265075473,"owners_count":23707509,"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":["checkpoint","cloudguard","equinix","nfv","sdn","terraform","terraform-module"],"created_at":"2024-11-22T04:31:43.262Z","updated_at":"2025-07-13T00:31:13.523Z","avatar_url":"https://github.com/equinix.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equinix Network Edge: Check Point CloudGuard firewall device\n\nA Terraform module to create Check Point CloudGuard firewall device\non the Equinix platform.\n\n![Terraform status](https://github.com/equinix/terraform-equinix-cloudguard/workflows/Terraform/badge.svg)\n![License](https://img.shields.io/github/license/equinix/terraform-equinix-cloudguard)\n\nSupported device modes:\n\n| Management Mode | License mode | Notes |\n|-----------------|--------------|-------|\n| Self managed    | Bring your own license | - |\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.13.0 |\n| equinix/equinix | \u003e= 1.1.0 |\n\n## Providers\n\n| Name | Version |\n|---------|----------|\n| equinix/equinix | \u003e= 1.1.0 |\n\n## Assumptions\n\n* if `account_number` is not provided, then `Active` account within given metro\nwill be used\n* most recent, stable version of a device software for a given `software_package`\nwill be used\n* secondary device name will be same as primary with `-secondary` suffix added\n* secondary device notification list will be same as for primary\n\n## Example usage\n\n```hcl\nprovider equinix {\n  client_id     = var.equinix_client_id\n  client_secret = var.equinix_client_secret\n}\n\nmodule \"cloudguard\" {\n  source           = \"equinix/cloudguard/equinix\"\n  version          = \"1.0.0-beta\"\n  metro_code       = \"SV\"\n  platform         = \"small\"\n  software_package = \"STD\"\n  name             = \"tf-tst-cloudguard\"\n  hostname         = \"cg-pri\"\n  term_length      = 1\n  notifications    = [\"test@test.com\"]\n  acl_template_id  = \"2e365e34-8f38-46e1-9f57-94b075d5dc09\"\n  ssh_key = {\n    username = \"john\"\n    key_name = equinix_network_ssh_key.john.name\n  }\n  secondary = {\n    enabled         = true\n    metro_code      = \"DC\"\n    hostname        = \"cg-sec\"\n    acl_template_id = \"81a90c41-8a22-4724-997c-bdc07f401387\"\n  }\n}\n```\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|----------|\n|metro_code|Two-letter device location's metro code|`string`|`\"\"`|yes|\n|account_number|Billing account number for a device. If not provided, active account for a device metro code will be used|`string`|`0`|no|\n|platform|Device hardware platform flavor: `small`, `medium`, `large`|`string`|`\"\"`|yes|\n|software_package|Device software package: `STD`|`string`|`\"\"`|yes|\n|name|Device name|`string`|`\"\"`|yes|\n|hostname|Device hostname prefix|`string`|`\"\"`|yes\n|term_length|Term length in months: `1`, `12`, `24`, `36`|`number`|`0`|yes|\n|notifications|List of email addresses that will receive notifications about device|`list(string)`|n/a|yes|\n|acl_template_id|Identifier of a network ACL template that will be applied on a device|`string`|`\"\"`|no|\n|additional_bandwidth|Amount of additional internet bandwidth for a device, in Mbps|`number`|`0`|no|\n|ssh_key|Map of SSH public key attributes|`map`|N/A|yes|\n|secondary|Map of secondary device attributes in redundant setup|`map`|N/A|no|\n\nSSH key map attributes:\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|----------|\n|username|Username associated with a given public key|`string`|`\"\"`|yes|\n|key_name|The name of the SSH public key|`string`|`\"\"`|yes|\n\nSecondary device map attributes:\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|----------|\n|enabled|Value that determines if secondary device shall be created|`bool`|`false`|no|\n|hostname|Device hostname|`string`|`\"\"`|yes\n|metro_code|Two-letter secondary device location's metro code|`string`|`\"\"`|yes|\n|account_number|Billing account number for a device. If not provided, active account for a device metro code will be used|`string`|`0`|no|\n|acl_template_id|Identifier of a network ACL template that will be applied on a secondary device|`string`|`\"\"`|no|\n|additional_bandwidth|Amount of additional internet bandwidth for a secondary device, in Mbps|`number`|`0`|no|\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n|id|Device identifier|\n|status|Device provisioning status|\n|license_status|Device license status|\n|account_number|Device billing account number|\n|cpu_count|Number of device CPU cores|\n|memory|Amount of device memory|\n|software_version|Device software version|\n|region|Device region|\n|ibx|Device IBX center code|\n|ssh_ip_address|Device SSH interface IP address|\n|ssh_ip_fqdn|Device SSH interface FQDN|\n|interfaces|List of network interfaces present on a device|\n|secondary|Secondary device outputs (same as for primary). Present when secondary device was enabled|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinix%2Fterraform-equinix-cloudguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequinix%2Fterraform-equinix-cloudguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinix%2Fterraform-equinix-cloudguard/lists"}