From effdf7798ca96ac6f608cc08262de37f743fbe27 Mon Sep 17 00:00:00 2001 From: eddiek Date: Mon, 22 Dec 2025 09:05:15 +0000 Subject: [PATCH] feat(VSECPC-12481): Azure | Terraform - Update terraform version in README to 1.0.9 --- modules/high-availability/README.md | 2 +- modules/high-availability/locals.tf | 2 +- modules/management/README.md | 2 +- modules/management/locals.tf | 2 +- modules/mds/README.md | 2 +- modules/mds/locals.tf | 2 +- modules/nva/README.md | 2 +- modules/single-gateway/README.md | 2 +- modules/single-gateway/locals.tf | 2 +- modules/vmss/README.md | 2 +- modules/vmss/locals.tf | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/high-availability/README.md b/modules/high-availability/README.md index bdedee9..a7804ef 100644 --- a/modules/high-availability/README.md +++ b/modules/high-availability/README.md @@ -28,7 +28,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/high-availability" - version = "1.0.6" + version = "1.0.9" # Authentication Variables client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/modules/high-availability/locals.tf b/modules/high-availability/locals.tf index c64bf83..6b478de 100644 --- a/modules/high-availability/locals.tf +++ b/modules/high-availability/locals.tf @@ -1,6 +1,6 @@ locals { module_name = "high_availability_terraform_registry" - module_version = "1.0.6" + module_version = "1.0.9" # Determine if Availability Set should be created availability_set_condition = var.availability_type == "Availability Set" ? true : false diff --git a/modules/management/README.md b/modules/management/README.md index be44302..df86143 100644 --- a/modules/management/README.md +++ b/modules/management/README.md @@ -25,7 +25,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/management" - version = "1.0.6" + version = "1.0.9" # Authentication Variables client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/modules/management/locals.tf b/modules/management/locals.tf index a08ad05..f0f9d31 100644 --- a/modules/management/locals.tf +++ b/modules/management/locals.tf @@ -1,6 +1,6 @@ locals { module_name = "management_terraform_registry" - module_version = "1.0.6" + module_version = "1.0.9" // NSG base security rules nsg_base_security_rules = [ diff --git a/modules/mds/README.md b/modules/mds/README.md index 42b86b6..953de8d 100644 --- a/modules/mds/README.md +++ b/modules/mds/README.md @@ -25,7 +25,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/mds" - version = "1.0.6" + version = "1.0.9" # Authentication Variables client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/modules/mds/locals.tf b/modules/mds/locals.tf index d4ba45b..8fe4393 100644 --- a/modules/mds/locals.tf +++ b/modules/mds/locals.tf @@ -1,6 +1,6 @@ locals { module_name = "mds_terraform_registry" - module_version = "1.0.6" + module_version = "1.0.9" // NSG base security rules nsg_base_security_rules = [ diff --git a/modules/nva/README.md b/modules/nva/README.md index 89105b1..4633b77 100644 --- a/modules/nva/README.md +++ b/modules/nva/README.md @@ -22,7 +22,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/nva" - version = "1.0.6" + version = "1.0.9" # Authentication Variables authentication_method = "Service Principal" diff --git a/modules/single-gateway/README.md b/modules/single-gateway/README.md index 72fc697..dd86675 100644 --- a/modules/single-gateway/README.md +++ b/modules/single-gateway/README.md @@ -26,7 +26,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/single-gateway" - version = "1.0.6" + version = "1.0.9" # Authentication Variables client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/modules/single-gateway/locals.tf b/modules/single-gateway/locals.tf index 0c8fc01..d5d36b4 100644 --- a/modules/single-gateway/locals.tf +++ b/modules/single-gateway/locals.tf @@ -1,4 +1,4 @@ locals { module_name = "single_terraform_registry" - module_version = "1.0.7" + module_version = "1.0.9" } diff --git a/modules/vmss/README.md b/modules/vmss/README.md index ce9f0e3..bf45b33 100644 --- a/modules/vmss/README.md +++ b/modules/vmss/README.md @@ -27,7 +27,7 @@ provider "azurerm" { module "example_module" { source = "CheckPointSW/cloudguard-network-security/azure//modules/vmss" - version = "1.0.6" + version = "1.0.9" # Authentication Variables client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/modules/vmss/locals.tf b/modules/vmss/locals.tf index 5c46b4c..1131aec 100644 --- a/modules/vmss/locals.tf +++ b/modules/vmss/locals.tf @@ -1,6 +1,6 @@ locals { module_name = "vmss_terraform_registry" - module_version = "1.0.7" + module_version = "1.0.9" // Validate that the minimum number of VM instances is at least 0. // If not, return an error message.