Fix: Fixes an issue related to ordering of the instance_details blocks for a Gateway (valtix_gateway) resource deployed in Edge mode. The block order in a multi-zone deployment could be random, causing the Terraform apply to incorrectly detect an infrastructure change. This fix ensures a consistent order based on the user specified Terraform code such that no infrastructure change is detected if there is no change to the order in the code.
Enhancement: [Public Preview] Adds arm64 support for Windows, Linux and MacOS
Enhancement: Enhances the Gateway (valtix_gateway) resource creation in GCP to allow a user-provided IP resource to be used as the load balancer frontend IP
Enhancement: Adds support for cross-subscription Spoke VNet peering orchestration in Azure (valtix_spoke_vpc). This ensures feature parity across CSPs.
Enhancement: Adds support for Account (Tenant/Compartment) onboarding (valtix_account) and Gateway deployment (valtix_gateway) resources for orchestration in OCI
Fix: Fixes an issue where attempting to create an FQDN Filtering (valtix_profile_fqdn) resource would result in an error message: "unknown action Inherit from Decryption Profile for profile type FQDN_FILTER"
Fix: Fixes an issue where a change to a Decryption Profile (valtix_profile_decryption) resource would not recognize the change producing the message: "No changes. Your infrastructure matches the configuration."
Fix: Fixes an issue with deleting a Spoke VPC (valtix_spoke_vpc) peering in GCP where the Spoke VPC peering would not be deleted. This issue occurred only when the VPC ID was used instead of the self-link.