terraform-provider-aviatrix icon indicating copy to clipboard operation
terraform-provider-aviatrix copied to clipboard

Terraform Aviatrix provider

Results 33 terraform-provider-aviatrix issues
Sort by recently updated
recently updated
newest added

**Describe the problem** A tab character in the description attribute of resource "aviatrix_firewall_policy" causes apply to fail with a Error. **To Reproduce** create a aviatrix_firewall_policy with a description that contains...

Hi, when I try to deploy site to site VPN via TF I get this message rest API add_site2cloud Post failed: IKEv2 package not available option: enable_ikev2 = true I...

**Describe the problem** Setting "aviatrix_saml_endpoint" "custom_saml_request_template" always leads to an update in-place: ``` Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the...

Customer is confused at reason why enable_firenet attribute using the resource "aviatrix_transit_gateway" produced the error: TGW Firenet function is not supported for Azure ARM Worked with customer to explain that...

[**Describe the problem**](https://registry.terraform.io/providers/AviatrixSystems/aviatrix/latest/docs/resources/aviatrix_controller_security_group_management_config) Please describe the issue you observed, and any steps we can take to reproduce it: **To Reproduce** ```terraform terraform { required_providers { azurerm = { source =...

When deploying an LB for VPN Gateways, there is no need to deploy the gateways to public subnets, it goes against best practices when using Load Balancers since they should...

upstream

If you want to add a Route53 Alias entry for the LB (optionally) created by aviatrix_gateway module, then the [load balancer zone_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#zone_id) needs to be used in the [Route53 Alias...

enhancement

Created from https://github.com/AviatrixSystems/terraform-provider-aviatrix/issues/88 on behalf of @infa-apatel ![image](https://user-images.githubusercontent.com/21178759/64663291-29ed0b00-d400-11e9-9530-effd510edff7.png)

enhancement

Created from https://github.com/AviatrixSystems/terraform-provider-aviatrix/issues/173 on behalf of @Thamrius ![image](https://user-images.githubusercontent.com/21178759/64663433-a1bb3580-d400-11e9-9d6e-211a7c372af0.png)

enhancement

Adding support for the "s2c" and "external" selectors in the smart_group resource. Also did some clean up to eliminate some cut-n-paste logic and replace duplicated strings with constants. Added unit...