diff --git a/modules/high_availability_existing_vnet/README.md b/modules/high_availability_existing_vnet/README.md
index 2d28c10..1af448f 100755
--- a/modules/high_availability_existing_vnet/README.md
+++ b/modules/high_availability_existing_vnet/README.md
@@ -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"
diff --git a/modules/high_availability_new_vnet/README.md b/modules/high_availability_new_vnet/README.md
index c86384d..55f448d 100755
--- a/modules/high_availability_new_vnet/README.md
+++ b/modules/high_availability_new_vnet/README.md
@@ -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"
diff --git a/modules/management_existing_vnet/README.md b/modules/management_existing_vnet/README.md
index 54cd60c..758bc3e 100755
--- a/modules/management_existing_vnet/README.md
+++ b/modules/management_existing_vnet/README.md
@@ -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"
diff --git a/modules/management_new_vnet/README.md b/modules/management_new_vnet/README.md
index edd5be6..fc6ec16 100755
--- a/modules/management_new_vnet/README.md
+++ b/modules/management_new_vnet/README.md
@@ -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"
diff --git a/modules/mds_existing_vnet/README.md b/modules/mds_existing_vnet/README.md
index c85c8ed..584657c 100755
--- a/modules/mds_existing_vnet/README.md
+++ b/modules/mds_existing_vnet/README.md
@@ -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"
diff --git a/modules/mds_new_vnet/README.md b/modules/mds_new_vnet/README.md
index 49208b9..c4e00ea 100755
--- a/modules/mds_new_vnet/README.md
+++ b/modules/mds_new_vnet/README.md
@@ -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"
diff --git a/modules/nva_into_existing_hub/README.md b/modules/nva_into_existing_hub/README.md
index 851d3df..77c26d6 100755
--- a/modules/nva_into_existing_hub/README.md
+++ b/modules/nva_into_existing_hub/README.md
@@ -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"
@@ -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.
**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.
**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.
**Default:** "tf-vwan-nva-rg" |
-| **os-version** | The GAIA os version | string | "R8110";
"R8120";
"R82";
**Default:** "R8120" |
+| **os-version** | The GAIA os version | string | "R8110";
"R8120";
"R82";
**Default:** "R82" |
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";
"Full Package (NGTX and Smart1-Cloud)";
"Full Package Premium (NGTX and Smart1-Cloud Premium)".
**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";
"4";
"10";
"20";
"30";
"60";
"80".
**Default:** "2" |
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:
"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".
The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.
**Default:** "" |
diff --git a/modules/nva_into_existing_hub/variables.tf b/modules/nva_into_existing_hub/variables.tf
index 9cd334b..cfc1268 100755
--- a/modules/nva_into_existing_hub/variables.tf
+++ b/modules/nva_into_existing_hub/variables.tf
@@ -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'"
diff --git a/modules/nva_into_new_vwan/README.md b/modules/nva_into_new_vwan/README.md
index 0c85292..736aa2a 100755
--- a/modules/nva_into_new_vwan/README.md
+++ b/modules/nva_into_new_vwan/README.md
@@ -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"
@@ -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.
**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.
**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.
**Default:** tf-vwan-nva-rg |
-| **os-version** | The GAIA os version | string | "R8110";
"R8120";
"R82";
**Default:** "R8120" |
+| **os-version** | The GAIA os version | string | "R8110";
"R8120";
"R82";
**Default:** "R82" |
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";
"Full Package (NGTX and Smart1-Cloud)";
"Full Package Premium (NGTX and Smart1-Cloud Premium)".
**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";
"4";
"10";
"20";
"30";
"60";
"80".
**Default:** "2" |
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:
"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".
The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.
**Default:** "" |
diff --git a/modules/nva_into_new_vwan/variables.tf b/modules/nva_into_new_vwan/variables.tf
index d2dca04..2759e3f 100755
--- a/modules/nva_into_new_vwan/variables.tf
+++ b/modules/nva_into_new_vwan/variables.tf
@@ -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'"
diff --git a/modules/single_gateway_existing_vnet/README.md b/modules/single_gateway_existing_vnet/README.md
index 88b03ba..c7c3f99 100755
--- a/modules/single_gateway_existing_vnet/README.md
+++ b/modules/single_gateway_existing_vnet/README.md
@@ -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"
diff --git a/modules/single_gateway_new_vnet/README.md b/modules/single_gateway_new_vnet/README.md
index 8a9ad92..bca04fd 100755
--- a/modules/single_gateway_new_vnet/README.md
+++ b/modules/single_gateway_new_vnet/README.md
@@ -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"
diff --git a/modules/vmss_existing_vnet/README.md b/modules/vmss_existing_vnet/README.md
index 6ea6307..a12b1b2 100755
--- a/modules/vmss_existing_vnet/README.md
+++ b/modules/vmss_existing_vnet/README.md
@@ -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"
diff --git a/modules/vmss_new_vnet/README.md b/modules/vmss_new_vnet/README.md
index 578a95f..09a2cf7 100755
--- a/modules/vmss_new_vnet/README.md
+++ b/modules/vmss_new_vnet/README.md
@@ -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"