diff --git a/examples/qs_autoscale/README.md b/examples/qs_autoscale/README.md index 2cd688b..ea07674 100755 --- a/examples/qs_autoscale/README.md +++ b/examples/qs_autoscale/README.md @@ -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 diff --git a/examples/qs_autoscale_master/README.md b/examples/qs_autoscale_master/README.md index a185b45..2204ea8 100755 --- a/examples/qs_autoscale_master/README.md +++ b/examples/qs_autoscale_master/README.md @@ -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 --- diff --git a/modules/autoscale/README.md b/modules/autoscale/README.md index 6fa73b7..5a95282 100755 --- a/modules/autoscale/README.md +++ b/modules/autoscale/README.md @@ -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" diff --git a/modules/autoscale/asg_userdata.yaml b/modules/autoscale/asg_userdata.yaml index e021025..bc4f98a 100755 --- a/modules/autoscale/asg_userdata.yaml +++ b/modules/autoscale/asg_userdata.yaml @@ -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}\" diff --git a/modules/autoscale_gwlb/README.md b/modules/autoscale_gwlb/README.md index 33da205..fce1b8f 100755 --- a/modules/autoscale_gwlb/README.md +++ b/modules/autoscale_gwlb/README.md @@ -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" diff --git a/modules/autoscale_gwlb/asg_userdata.yaml b/modules/autoscale_gwlb/asg_userdata.yaml index e2719de..f64ce29 100755 --- a/modules/autoscale_gwlb/asg_userdata.yaml +++ b/modules/autoscale_gwlb/asg_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/autoscale_master/README.md b/modules/autoscale_master/README.md index 846a8fa..f9af3aa 100644 --- a/modules/autoscale_master/README.md +++ b/modules/autoscale_master/README.md @@ -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" diff --git a/modules/cluster/README.md b/modules/cluster/README.md index 302b503..cd278b0 100755 --- a/modules/cluster/README.md +++ b/modules/cluster/README.md @@ -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" diff --git a/modules/cluster/cluster_member_a_userdata.yaml b/modules/cluster/cluster_member_a_userdata.yaml index e52f26a..c9ccded 100755 --- a/modules/cluster/cluster_member_a_userdata.yaml +++ b/modules/cluster/cluster_member_a_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/cluster/cluster_member_b_userdata.yaml b/modules/cluster/cluster_member_b_userdata.yaml index f640838..95493ba 100755 --- a/modules/cluster/cluster_member_b_userdata.yaml +++ b/modules/cluster/cluster_member_b_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/cluster_master/README.md b/modules/cluster_master/README.md index e96f56e..9aca27d 100755 --- a/modules/cluster_master/README.md +++ b/modules/cluster_master/README.md @@ -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 --- diff --git a/modules/cme_iam_role/README.md b/modules/cme_iam_role/README.md index e7c09e0..9d5400a 100755 --- a/modules/cme_iam_role/README.md +++ b/modules/cme_iam_role/README.md @@ -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'] diff --git a/modules/cme_iam_role_gwlb/README.md b/modules/cme_iam_role_gwlb/README.md index df0bc57..8f09584 100755 --- a/modules/cme_iam_role_gwlb/README.md +++ b/modules/cme_iam_role_gwlb/README.md @@ -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'] diff --git a/modules/cross_az_cluster/README.md b/modules/cross_az_cluster/README.md index 903a7b6..46f92b2 100755 --- a/modules/cross_az_cluster/README.md +++ b/modules/cross_az_cluster/README.md @@ -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" diff --git a/modules/cross_az_cluster/cluster_member_a_userdata.yaml b/modules/cross_az_cluster/cluster_member_a_userdata.yaml index c4407aa..098b6f3 100755 --- a/modules/cross_az_cluster/cluster_member_a_userdata.yaml +++ b/modules/cross_az_cluster/cluster_member_a_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/cross_az_cluster/cluster_member_b_userdata.yaml b/modules/cross_az_cluster/cluster_member_b_userdata.yaml index 8823b6a..27f332f 100755 --- a/modules/cross_az_cluster/cluster_member_b_userdata.yaml +++ b/modules/cross_az_cluster/cluster_member_b_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/cross_az_cluster_master/README.md b/modules/cross_az_cluster_master/README.md index ad6ab1e..d561569 100755 --- a/modules/cross_az_cluster_master/README.md +++ b/modules/cross_az_cluster_master/README.md @@ -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" diff --git a/modules/gateway/README.md b/modules/gateway/README.md index 7c09808..c768e6b 100755 --- a/modules/gateway/README.md +++ b/modules/gateway/README.md @@ -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" diff --git a/modules/gateway_instance/gateway_userdata.yaml b/modules/gateway_instance/gateway_userdata.yaml index 3e1966b..e06049a 100755 --- a/modules/gateway_instance/gateway_userdata.yaml +++ b/modules/gateway_instance/gateway_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/gateway_master/README.md b/modules/gateway_master/README.md index 2fa6a1b..caac1d4 100755 --- a/modules/gateway_master/README.md +++ b/modules/gateway_master/README.md @@ -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" diff --git a/modules/gwlb/README.md b/modules/gwlb/README.md index 2dd8c11..73d29ca 100755 --- a/modules/gwlb/README.md +++ b/modules/gwlb/README.md @@ -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" diff --git a/modules/gwlb_master/README.md b/modules/gwlb_master/README.md index 74c85ac..d4248c8 100755 --- a/modules/gwlb_master/README.md +++ b/modules/gwlb_master/README.md @@ -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" diff --git a/modules/management/README.md b/modules/management/README.md index 3ba2729..80df935 100755 --- a/modules/management/README.md +++ b/modules/management/README.md @@ -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" diff --git a/modules/management/management_userdata.yaml b/modules/management/management_userdata.yaml index b281de7..1fef460 100755 --- a/modules/management/management_userdata.yaml +++ b/modules/management/management_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/management_master/README.md b/modules/management_master/README.md index 499648b..78cdcb0 100644 --- a/modules/management_master/README.md +++ b/modules/management_master/README.md @@ -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" diff --git a/modules/mds/README.md b/modules/mds/README.md index 372fcab..1c154d1 100755 --- a/modules/mds/README.md +++ b/modules/mds/README.md @@ -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" diff --git a/modules/mds/mds_userdata.yaml b/modules/mds/mds_userdata.yaml index d92b641..11eee71 100755 --- a/modules/mds/mds_userdata.yaml +++ b/modules/mds/mds_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/mds_master/README.md b/modules/mds_master/README.md index 8dae2a0..20ecfb3 100644 --- a/modules/mds_master/README.md +++ b/modules/mds_master/README.md @@ -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" diff --git a/modules/standalone/README.md b/modules/standalone/README.md index 8b1fb41..bc616b2 100755 --- a/modules/standalone/README.md +++ b/modules/standalone/README.md @@ -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" diff --git a/modules/standalone/standalone_userdata.yaml b/modules/standalone/standalone_userdata.yaml index bf368d0..b4d727e 100755 --- a/modules/standalone/standalone_userdata.yaml +++ b/modules/standalone/standalone_userdata.yaml @@ -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}\" \ No newline at end of file + 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}\" \ No newline at end of file diff --git a/modules/standalone_master/README.md b/modules/standalone_master/README.md index 560be79..8b4a461 100755 --- a/modules/standalone_master/README.md +++ b/modules/standalone_master/README.md @@ -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" diff --git a/modules/tgw_asg/README.md b/modules/tgw_asg/README.md index 24c3688..d3d0696 100755 --- a/modules/tgw_asg/README.md +++ b/modules/tgw_asg/README.md @@ -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" diff --git a/modules/tgw_asg_master/README.md b/modules/tgw_asg_master/README.md index 088929c..95912ef 100755 --- a/modules/tgw_asg_master/README.md +++ b/modules/tgw_asg_master/README.md @@ -34,7 +34,7 @@ provider "aws" {} module "example_module" { source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_asg_master" - version = "1.0.5" + version = "1.0.6" // --- Network Configuration --- vpc_cidr = "10.0.0.0/16" diff --git a/modules/tgw_cross_az_cluster/README.md b/modules/tgw_cross_az_cluster/README.md index 59150d1..1a4fa48 100755 --- a/modules/tgw_cross_az_cluster/README.md +++ b/modules/tgw_cross_az_cluster/README.md @@ -25,7 +25,7 @@ provider "aws" {} module "example_module" { source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_cross_az_cluster" - version = "1.0.5" + version = "1.0.6" // --- VPC Network Configuration --- vpc_id = "vpc-1234" diff --git a/modules/tgw_cross_az_cluster_master/README.md b/modules/tgw_cross_az_cluster_master/README.md index f185f70..6a108c8 100755 --- a/modules/tgw_cross_az_cluster_master/README.md +++ b/modules/tgw_cross_az_cluster_master/README.md @@ -30,7 +30,7 @@ provider "aws" {} module "example_module" { source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_cross_az_cluster_master" - version = "1.0.5" + version = "1.0.6" // --- VPC Network Configuration --- vpc_cidr = "10.0.0.0/16" diff --git a/modules/tgw_gwlb/README.md b/modules/tgw_gwlb/README.md index 2ae27c5..ab8c2be 100755 --- a/modules/tgw_gwlb/README.md +++ b/modules/tgw_gwlb/README.md @@ -32,7 +32,7 @@ provider "aws" {} module "example_module" { source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_gwlb" - version = "1.0.5" + version = "1.0.6" // --- VPC Network Configuration --- vpc_id = "vpc-12345678" diff --git a/modules/tgw_gwlb_master/README.md b/modules/tgw_gwlb_master/README.md index af716ee..b18b4ee 100755 --- a/modules/tgw_gwlb_master/README.md +++ b/modules/tgw_gwlb_master/README.md @@ -32,7 +32,7 @@ provider "aws" {} module "example_module" { source = "CheckPointSW/cloudguard-network-security/aws//modules/tgw_gwlb_master" - version = "1.0.5" + version = "1.0.6" // --- VPC Network Configuration -- vpc_cidr = "10.0.0.0/16"