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
2 changes: 1 addition & 1 deletion examples/qs_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//examples/qs_autoscale"
version = "1.0.5"
version = "1.0.6"

//PLEASE refer to README.md for accepted values FOR THE VARIABLES BELOW

Expand Down
2 changes: 1 addition & 1 deletion examples/qs_autoscale_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//examples/qs_autoscale_master"
version = "1.0.5"
version = "1.0.6"


// --- Environment ---
Expand Down
2 changes: 1 addition & 1 deletion modules/autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/autoscale"
version = "1.0.5"
version = "1.0.6"

// --- Environment ---
prefix = "env1"
Expand Down
2 changes: 1 addition & 1 deletion modules/autoscale/asg_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" installationType=\"autoscale\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"autoscale\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${BootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" installationType=\"autoscale\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"autoscale\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${BootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/autoscale_gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/autoscale_gwlb"
version = "1.0.5"
version = "1.0.6"

// --- Environment ---
prefix = "env1"
Expand Down
2 changes: 1 addition & 1 deletion modules/autoscale_gwlb/asg_userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ bootcmd:
- $CGEDIR/scripts/hairpin_on.sh AwsGwlb
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" installationType=\"autoscale\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"autoscale_gwlb\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${BootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" installationType=\"autoscale\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"autoscale_gwlb\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${BootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/autoscale_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "aws" {}
module "example_module" {

source = "checkpointsw/cloudguard-network-security/aws//modules/autoscale_master"
version = "1.0.5"
version = "1.0.6"

// VPC Configuration
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cluster"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/cluster/cluster_member_a_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" elasticIp=\"${MemberAPublicAddress}\" templateVersion=\"1.0.5\" templateName=\"cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" allocatePublicAddress=\"${AllocateAddress}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" elasticIp=\"${MemberAPublicAddress}\" templateVersion=\"1.0.6\" templateName=\"cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" allocatePublicAddress=\"${AllocateAddress}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/cluster/cluster_member_b_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" elasticIp=\"${MemberBPublicAddress}\" templateVersion=\"1.0.5\" templateName=\"cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" allocatePublicAddress=\"${AllocateAddress}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" elasticIp=\"${MemberBPublicAddress}\" templateVersion=\"1.0.6\" templateName=\"cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" allocatePublicAddress=\"${AllocateAddress}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/cluster_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cluster_master"
version = "1.0.5"
version = "1.0.6"


// --- VPC Network Configuration ---
Expand Down
2 changes: 1 addition & 1 deletion modules/cme_iam_role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cme_iam_role"
version = "1.0.5"
version = "1.0.6"

permissions = "Create with read permissions"
sts_roles = ['arn:aws:iam::111111111111:role/role_name']
Expand Down
2 changes: 1 addition & 1 deletion modules/cme_iam_role_gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cme_iam_role_gwlb"
version = "1.0.5"
version = "1.0.6"

permissions = "Create with read permissions"
sts_roles = ['arn:aws:iam::111111111111:role/role_name']
Expand Down
2 changes: 1 addition & 1 deletion modules/cross_az_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cross_az_cluster"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/cross_az_cluster/cluster_member_a_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"cross_az_cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberAPublicAddress}\" otherMemberIp=\"${MemberBPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberAPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberBPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenA}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"cross_az_cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberAPublicAddress}\" otherMemberIp=\"${MemberBPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberAPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberBPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/cross_az_cluster/cluster_member_b_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"cross_az_cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberBPublicAddress}\" otherMemberIp=\"${MemberAPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberBPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberAPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenB}\"" installationType=\"cross-az-cluster\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"cross_az_cluster\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname}\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" elasticIp=\"${MemberBPublicAddress}\" otherMemberIp=\"${MemberAPrivateAddressCluster}\" clusterIp=\"${PublicAddressCluster}\" secondaryIp=\"${MemberBPrivateAddressSecondary}\" otherMemberPrivateClusterIp=\"${MemberAPrivateAddressSecondary}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/cross_az_cluster_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/cross_az_cluster_master"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/gateway"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/gateway_instance/gateway_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenKey}\"" installationType=\"gateway\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"gateway\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" sicKey=\"${SICKey}\" "smart1CloudToken=\"${TokenKey}\"" installationType=\"gateway\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"gateway\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" bootstrapScript64=\"${GatewayBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/gateway_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/gateway_master"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/gwlb"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345"
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/gwlb_master"
version = "1.0.5"
version = "1.0.6"

// --- Network Configuration ---
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/management"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/management/management_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py sicKey=\"${SICKey}\" installationType=\"management\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"management\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" "management_installation_type=\"${ManagementInstallationType}\"" adminSubnet=\"${AdminSubnet}\" allocatePublicAddress=\"${AllocateElasticIP}\" overTheInternet=\"${PubMgmt}\" bootstrapScript64=\"${BootstrapScript}\"
python3 /etc/cloud_config.py sicKey=\"${SICKey}\" installationType=\"management\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"management\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" "management_installation_type=\"${ManagementInstallationType}\"" adminSubnet=\"${AdminSubnet}\" allocatePublicAddress=\"${AllocateElasticIP}\" overTheInternet=\"${PubMgmt}\" bootstrapScript64=\"${BootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/management_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/management_master"
version = "1.0.5"
version = "1.0.6"

// VPC Configuration
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/mds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/mds"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/mds/mds_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py sicKey=\"${SICKey}\" installationType=\"mds\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"mds\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" primary=\"${IsPrimary}\" secondary=\"${IsSecondary}\" adminSubnet=\"${AdminSubnet}\" bootstrapScript64=\"${BootstrapScript}\"
python3 /etc/cloud_config.py sicKey=\"${SICKey}\" installationType=\"mds\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"mds\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" primary=\"${IsPrimary}\" secondary=\"${IsSecondary}\" adminSubnet=\"${AdminSubnet}\" bootstrapScript64=\"${BootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/mds_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "aws" {}

module "mds_master" {
source = "CheckPointSW/cloudguard-network-security/aws//modules/mds_master"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/standalone"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
2 changes: 1 addition & 1 deletion modules/standalone/standalone_userdata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cloud-config
runcmd:
- |
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" installationType=\"standalone\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.5\" templateName=\"standalone\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" adminSubnet=\"${AdminSubnet}\" allocatePublicAddress=\"${AllocateElasticIP}\" bootstrapScript64=\"${StandaloneBootstrapScript}\"
python3 /etc/cloud_config.py enableCloudWatch=\"${EnableCloudWatch}\" installationType=\"standalone\" osVersion=\"${OsVersion}\" allowUploadDownload=\"${AllowUploadDownload}\" templateVersion=\"1.0.6\" templateName=\"standalone\" templateType=\"terraform_registry\" shell=\"${Shell}\" enableInstanceConnect=\"${EnableInstanceConnect}\" hostName=\"${Hostname }\" ntpPrimary=\"${NTPPrimary}\" ntpSecondary=\"${NTPSecondary}\" passwordHash=\"${PasswordHash}\" MaintenanceModePassword=\"${MaintenanceModePassword}\" adminSubnet=\"${AdminSubnet}\" allocatePublicAddress=\"${AllocateElasticIP}\" bootstrapScript64=\"${StandaloneBootstrapScript}\"
2 changes: 1 addition & 1 deletion modules/standalone_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/standalone_master"
version = "1.0.5"
version = "1.0.6"

// --- VPC Network Configuration ---
vpc_cidr = "10.0.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion modules/tgw_asg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider "aws" {}
module "example_module" {

source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_asg"
version = "1.0.5"
version = "1.0.6"

// --- Network Configuration ---
vpc_id = "vpc-12345678"
Expand Down
Loading