fqdn-firenet

bayupw/fqdn-firenet/aviatrix

Terraform Module HCL AVIATRIX

Terraform module to create an Aviatrix FQDN Gateway for FireNet

Install
module "fqdn-firenet" {
source = "bayupw/fqdn-firenet/aviatrix"
version = "1.0.0"
}
plain text: /constructs/tfmod-bayupw-fqdn-firenet-aviatrix/install.txt
⭐ Source on GitHub 📦 Registry page
README

Aviatrix FQDN Gateway for Aviatrix FireNet Terraform module to create an Aviatrix FQDN Gateway for FireNet https://docs.aviatrix.com/HowTos/firewall_network_workflow.html#launching-associating-aviatrix-fqdn-gateway Sample usage ``hcl module "fqdn_firenet" { source = "bayupw/fqdn-firenet/aviatrix" version = "1.0.0" cloud_type = "aws" account = "aws-account" region = "ap-southeast-2" fqdn_subnet = "10.0.0.16/28" firenet_vpc_id = "vpc-0a1b2c3d4e" firenet_gw_name = "egress-firenet-gw" } ` Sample useage with Aviatrix TGW and mc-transit module for FireNet `hcl Create Transit Firenet for Egress #Create TGW module "tgw" { source = "bayupw/tgw-o/aviatrix" version = "1.0.0" aws_account = var.aws_account aws_region = var.aws_region tgw_name = "avx-tgw" tgw_asn = 65000 } module "egress_firenet" { sour

Inputs (10)
NameTypeDescriptionDefault
regionstringRegion of FQDN gateway to be created in required
fqdn_subnetstringSubnet to launch the FQDN gateway required
firenet_gw_namestringName of firenet gateway required
cloud_typestringType of cloud service provider: AWS or AWSGov required
accountstringName of the cloud account in the Aviatrix controller required
firenet_vpc_idstringFirenet VPC ID required
single_az_haboolEnable single AZ HAtrue
fqdn_gw_sizestringInstance type of FQDN gateway"t2.micro"
tgw_segmentation_for_egress_enabledboolEnable TGW Segmentation for egresstrue
fqdn_gw_namestringName of FQDN gateway"fqdn-gw"
Outputs (3)
firenet_association — Firewall instance association aviatrix_firewall_instance_association object with all of it's attribu
firenet — aviatrix_firenet object with all of it's attributes
fqdn_gw — The created Aviatrix FQDN aviatrix_gateway gateway as an object with all of it's attributes
Resources (3)
aviatrix_firenetaviatrix_firewall_instance_associationaviatrix_gateway
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AVIATRIX
★ Stars0
Forks0
Total downloads380
Inputs10
Outputs3
Resources3
LicenseApache-2.0
Namespacebayupw
Updated