Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/high_availability_existing_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/high_availability_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/management_existing_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "mgmt-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/management_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "mgmt-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/mds_existing_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "mgmt-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/mds_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "mgmt-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/nva_into_existing_hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "example_module" {
managed-app-name = "tf-vwan-managed-app-nva"
nva-rg-name = "tf-vwan-nva-rg"
nva-name = "tf-vwan-nva"
os-version = "R8120"
os-version = "R82"
license-type = "Security Enforcement (NGTP)"
scale-unit = "2"
bootstrap-script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
Expand Down Expand Up @@ -76,7 +76,7 @@ module "example_module" {
| **managed-app-name** | The name of the managed application that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** "tf-vwan-managed-app-nva" |
| **nva-name** | The name of the NVA that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** "tf-vwan-nva" |
| **nva-rg-name** | The name of the resource group that will contain the NVA | string | Resource group names only allow alphanumeric characters, periods, underscores, hyphens and parenthesis and cannot end in a period.<br/>**Default:** "tf-vwan-nva-rg" |
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R8120" |
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R82" |
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";<br/>"Full Package (NGTX and Smart1-Cloud)";<br/>"Full Package Premium (NGTX and Smart1-Cloud Premium)".<br/>**Default:** "Security Enforcement (NGTP)" |
| **scale-unit** | The scale unit determines the size and number of resources deployed. The higher the scale unit, the greater the amount of traffic that can be handled | string | "2";<br/>"4";<br/>"10";<br/>"20";<br/>"30";<br/>"60";<br/>"80".<br/>**Default:** "2" |
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:<br/>"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".<br/>The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.<br/>**Default:** "" |
Expand Down
2 changes: 1 addition & 1 deletion modules/nva_into_existing_hub/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variable "nva-name" {
variable "os-version" {
description = "GAIA OS version"
type = string
default = "R8120"
default = "R82"
validation {
condition = contains(["R8110", "R8120", "R82"], var.os-version)
error_message = "Allowed values for os-version are 'R8110', 'R8120', 'R82'"
Expand Down
4 changes: 2 additions & 2 deletions modules/nva_into_new_vwan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "example_module" {
managed-app-name = "tf-vwan-managed-app-nva"
nva-rg-name = "tf-vwan-nva-rg"
nva-name = "tf-vwan-nva"
os-version = "R8120"
os-version = "R82"
license-type = "Security Enforcement (NGTP)"
scale-unit = "2"
bootstrap-script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
Expand Down Expand Up @@ -82,7 +82,7 @@ module "example_module" {
| **managed-app-name** | The name of the managed application that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** tf-vwan-managed-app |
| **nva-name** | The name of the NVA that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** tf-vwan-nva |
| **nva-rg-name** | The name of the resource group that will contain the NVA | string | Resource group names only allow alphanumeric characters, periods, underscores, hyphens and parenthesis and cannot end in a period.<br/>**Default:** tf-vwan-nva-rg |
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R8120" |
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R82" |
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";<br/>"Full Package (NGTX and Smart1-Cloud)";<br/>"Full Package Premium (NGTX and Smart1-Cloud Premium)".<br/>**Default:** "Security Enforcement (NGTP)" |
| **scale-unit** | The scale unit determines the size and number of resources deployed. The higher the scale unit, the greater the amount of traffic that can be handled | string | "2";<br/>"4";<br/>"10";<br/>"20";<br/>"30";<br/>"60";<br/>"80".<br/>**Default:** "2" |
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:<br/>"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".<br/>The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.<br/>**Default:** "" |
Expand Down
2 changes: 1 addition & 1 deletion modules/nva_into_new_vwan/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ variable "nva-name" {
variable "os-version" {
description = "GAIA OS version"
type = string
default = "R8120"
default = "R82"
validation {
condition = contains(["R8110", "R8120", "R82"], var.os-version)
error_message = "Allowed values for os-version are 'R8110', 'R8120', 'R82'"
Expand Down
4 changes: 2 additions & 2 deletions modules/single_gateway_existing_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/single_gateway_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "110"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/vmss_existing_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "100"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
4 changes: 2 additions & 2 deletions modules/vmss_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ module "example_module" {
vm_size = "Standard_D3_v2"
disk_size = "100"
vm_os_sku = "sg-byol"
vm_os_offer = "check-point-cg-r8110"
os_version = "R8110"
vm_os_offer = "check-point-cg-r82"
os_version = "R82"
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
allow_upload_download = true
authentication_type = "Password"
Expand Down
Loading