Closed rnxrx closed 1 year ago
I made a change that should handle this. Please test if the main branch resolves this, by setting your source to:
source = "git::https://github.com/terraform-aviatrix-modules/terraform-aviatrix-mc-transit
Issue addressed
In earlier versions enable_transit_firenet and enable_egress_transit_firenet were independently selectable. The behavior now is that to use enable_egress_transit_firenet that enable_transit_firenet also has to be set or will fail with:
In the GUI it's not possible to set egress transit firenet without having first enabled transit firenet. As such in the module there should either be an explicit requirement for enable_transit_firenet to activate enable_egress_transit_firenet (validation check + documentation) or setting enable_egress_transit_firenet should implicitly be setting enable_transit_firenet and thus be mutually exclusive.