Skip to content

Commit

Permalink
update example version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennizz committed Jan 9, 2024
1 parent 5459cad commit 4ab3f57
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions examples/aws_ha_fortigate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On top of that, Firenet is deployed with the mc-firenet module, deploying 2 Fort
```hcl
module "transit_ha_aws" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"
cloud = "aws"
name = "transit-ha-aws"
Expand All @@ -16,7 +16,7 @@ module "transit_ha_aws" {
module "mc_firenet_ha_aws" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"
transit_module = module.transit_ha_aws
firewall_image = "Fortinet FortiGate Next-Generation Firewall"
Expand Down
4 changes: 2 additions & 2 deletions examples/aws_ha_fortigate/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "transit_ha_aws" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"

cloud = "aws"
name = "transit-ha-aws"
Expand All @@ -12,7 +12,7 @@ module "transit_ha_aws" {

module "mc_firenet_ha_aws" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"

transit_module = module.transit_ha_aws
firewall_image = "Fortinet FortiGate Next-Generation Firewall"
Expand Down
4 changes: 2 additions & 2 deletions examples/aws_ha_fqdn_egress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On top of that, Firenet is deployed with the mc-firenet module, deploying 4 Avia
```hcl
module "mc_transit_ha_aws_fqdn" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "2.4.0"
version = "2.4.3"
cloud = "aws"
name = "transit-ha-fqdn-aws"
Expand All @@ -16,7 +16,7 @@ module "mc_transit_ha_aws_fqdn" {
module "mc_firenet_ha_aws_fqdn" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "1.4.3"
version = "1.4.4"
transit_module = module.mc_transit_ha_aws_fqdn
firewall_image = "aviatrix"
Expand Down
4 changes: 2 additions & 2 deletions examples/aws_ha_fqdn_egress/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "mc_transit_ha_aws_fqdn" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "2.4.0"
version = "2.4.3"

cloud = "aws"
name = "transit-ha-fqdn-aws"
Expand All @@ -12,7 +12,7 @@ module "mc_transit_ha_aws_fqdn" {

module "mc_firenet_ha_aws_fqdn" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "1.4.3"
version = "1.4.4"

transit_module = module.mc_transit_ha_aws_fqdn
firewall_image = "aviatrix"
Expand Down
8 changes: 4 additions & 4 deletions examples/aws_ha_paloalto_dual_firenet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ On top of that, Firenet is deployed with the mc-firenet module, deploying 2 Palo
#East West transit Firenet
module "transit_ha_dual_firenet_aws_east_west" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"
cloud = "aws"
name = "transit-ha-aws-east-west"
Expand All @@ -17,7 +17,7 @@ module "transit_ha_dual_firenet_aws_east_west" {
module "mc_firenet_ha_dual_firenet_aws_east_west" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"
transit_module = module.transit_ha_dual_firenet_aws_east_west
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall Bundle 1"
Expand All @@ -26,7 +26,7 @@ module "mc_firenet_ha_dual_firenet_aws_east_west" {
#Egress transit Firenet
module "transit_ha_dual_firenet_aws_egress" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"
cloud = "aws"
name = "transit-ha-aws-egress"
Expand All @@ -38,7 +38,7 @@ module "transit_ha_dual_firenet_aws_egress" {
module "mc_firenet_ha_dual_firenet_aws_egress" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"
transit_module = module.transit_ha_dual_firenet_aws_egress
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall Bundle 1"
Expand Down
8 changes: 4 additions & 4 deletions examples/aws_ha_paloalto_dual_firenet/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#East West transit Firenet
module "transit_ha_dual_firenet_aws_east_west" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"

cloud = "aws"
name = "transit-ha-aws-east-west"
Expand All @@ -13,7 +13,7 @@ module "transit_ha_dual_firenet_aws_east_west" {

module "mc_firenet_ha_dual_firenet_aws_east_west" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"

transit_module = module.transit_ha_dual_firenet_aws_east_west
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall Bundle 1"
Expand All @@ -22,7 +22,7 @@ module "mc_firenet_ha_dual_firenet_aws_east_west" {
#Egress transit Firenet
module "transit_ha_dual_firenet_aws_egress" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"

cloud = "aws"
name = "transit-ha-aws-egress"
Expand All @@ -34,7 +34,7 @@ module "transit_ha_dual_firenet_aws_egress" {

module "mc_firenet_ha_dual_firenet_aws_egress" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"

transit_module = module.transit_ha_dual_firenet_aws_egress
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall Bundle 1"
Expand Down
4 changes: 2 additions & 2 deletions examples/azure_non_ha_checkpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On top of that, Firenet is deployed with the mc-firenet module, deploying a sing
```hcl
module "transit_non_ha_azure" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"
cloud = "azure"
name = "transit-azure-non-ha"
Expand All @@ -17,7 +17,7 @@ module "transit_non_ha_azure" {
module "mc_firenet_non_ha_azure" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"
transit_module = module.transit_non_ha_azure
firewall_image = "Check Point CloudGuard IaaS Single Gateway R80.40 - Pay As You Go (NGTP)"
Expand Down
4 changes: 2 additions & 2 deletions examples/azure_non_ha_checkpoint/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "transit_non_ha_azure" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "v2.4.0"
version = "v2.4.3"

cloud = "azure"
name = "transit-azure-non-ha"
Expand All @@ -13,7 +13,7 @@ module "transit_non_ha_azure" {

module "mc_firenet_non_ha_azure" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "v1.4.3"
version = "v1.4.4"

transit_module = module.transit_non_ha_azure
firewall_image = "Check Point CloudGuard IaaS Single Gateway R80.40 - Pay As You Go (NGTP)"
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp_ha_palo_alto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ On top of that, Firenet is deployed with the mc-firenet module, deploying a pair
```hcl
module "transit_ha_gcp" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "2.4.0"
version = "2.4.3"
cloud = "gcp"
name = "transit-ha-gcp"
Expand All @@ -17,7 +17,7 @@ module "transit_ha_gcp" {
module "mc_firenet_ha_gcp" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "1.4.3"
version = "1.4.4"
transit_module = module.transit_ha_gcp
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall BUNDLE1"
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp_ha_palo_alto/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "transit_ha_gcp" {
source = "terraform-aviatrix-modules/mc-transit/aviatrix"
version = "2.4.0"
version = "2.4.3"

cloud = "gcp"
name = "transit-ha-gcp"
Expand All @@ -13,7 +13,7 @@ module "transit_ha_gcp" {

module "mc_firenet_ha_gcp" {
source = "terraform-aviatrix-modules/mc-firenet/aviatrix"
version = "1.4.3"
version = "1.4.4"

transit_module = module.transit_ha_gcp
firewall_image = "Palo Alto Networks VM-Series Next-Generation Firewall BUNDLE1"
Expand Down

0 comments on commit 4ab3f57

Please sign in to comment.