Coder Social home page Coder Social logo

infinity-next-gateway's Introduction

CloudGuard Infinity Next Gateway Terraform Template

Overview

This repository provides Terraform templates to deploy the CloudGuard Infinity Next Gateway VMSS in Azure.

Prerequisites

Known Limitations

  • VNETs and Subnets need to be pre-configured
  • Azure Keyvault for HTTPS configuration is not yet included

Usage

  1. Clone the repository

  2. Configure the Terraform variables in the terraform.tfvars file

Example

client_secret                   = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
client_id                       = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
tenant_id                       = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
subscription_id                 = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
source_image_vhd_uri            = "noCustomUri"
resource_group_name             = "rg-cpgw-appsec-vmss"
vmss_name                       = "cpgw-appsec-vmss"
location                        = "westeurope"
vnet_name                       = "VNET-North-Hub"
vnet_resource_group             = "rg-North-Hub"
frontend_subnet_name            = "Frontend"
backend_subnet_name             = "Backend"
backend_lb_IP_address           = "4"
admin_password                  = "xxxxxxxxxxxx"
sic_key                         = ""
vm_size                         = "Standard_DS2_v2"
disk_size                       = "100"
vm_os_sku                       = "infinity-img"
vm_os_offer                     = "infinity-gw"
os_version                      = "R80.40"
bootstrap_script                = ""
allow_upload_download           = "true"
authentication_type             = "Password"
availability_zones_num          = "1"
minimum_number_of_vm_instances  = "2"
maximum_number_of_vm_instances  = "2"
management_name                 = ""
management_IP                   = ""
management_interface            = "eth0-private"
configuration_template_name     = ""
notification_email              = ""
frontend_load_distribution      = "Default"
backend_load_distribution       = "Default"
enable_custom_metrics           = "false"
waapAgentToken                  = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
waapAgentFog                    = ""
  1. Apply the template

     cd azure/vmss-existing-vnet
     terraform init
     terraform apply
    

infinity-next-gateway's People

Contributors

chkp-gderon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.