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

https://registry.terraform.io/providers/AviatrixSystems/aviatrix/latest/docs/resources/aviatrix_site2cloud#pre_shared_key s2c preshared key doesn't support , and " in the PSK, it would be good to provide this validation.

**Describe the problem** In following document: https://registry.terraform.io/providers/AviatrixSystems/aviatrix/latest/docs/resources/aviatrix_spoke_external_device_conn Second example: ``` # Create an Aviatrix Spoke External Device Connection with HA enabled resource "aviatrix_spoke_external_device_conn" "test" { vpc_id = "vpc-abcd1234" connection_name =...

aviatrix_equinix_edge example included the management interface but that was not valid due to the fact that the mgmt ip is assigned from equinix. updated the docs

aviatrix_equinix_edge_ha example included the management interface but that was not valid due to the fact that the mgmt ip is assigned from equinix. updated the docs

**Describe the problem** Attempting to create a new gateway, but with the elastic IP created outside the providers control fails when i try to use a public ip address that...

*What?* - Add ability to pass the content of the credentials instead of local files for GCP and OCI auth. - Add additional parameters for the user to pass the...

**Describe the problem** Trying to change the software_version on a gateway. This fails Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the...

The `aviatrix_copilot_simple_deployment` docs reference outputs of `public_id` and `private_id`: https://github.com/AviatrixSystems/terraform-provider-aviatrix/blob/e49f3ec0b7176668a32e2e71b6fc67502a346c8c/docs/resources/aviatrix_copilot_simple_deployment.md?plain=1#L47-L48 but it seems it actually outputs as `public_ip` and `private_ip`: https://github.com/AviatrixSystems/terraform-provider-aviatrix/blob/e49f3ec0b7176668a32e2e71b6fc67502a346c8c/aviatrix/resource_aviatrix_copilot_simple_deployment.go#L164C1-L165C3 ` d.Set("private_ip", copilotAssociationStatus.IP)` ` d.Set("public_ip", copilotAssociationStatus.PublicIp)` which makes more...

**Describe the problem** user_data does not work on GCP for CheckPoint/Fortinet. **To Reproduce** user_data type is string and when a string is used the following error is raised: │ Error:...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies