Fix: Fixes an issue where an Address Object (valtix_address_object) resource with type = DYNAMIC_SECURITY_GROUP would be created, but the sub-objects would not be dynamically populated
Fix: Fixes an issue where the settings block of a Gateway (valtix_gateway) resource would change order when comparing against the current state, which would result in Terraform seeing this as an infrastructure change when no change was made. Settings order is not relevant for Gateway behavior, but it is relevant when running a Terraform plan or apply to validate whether any changes need to be applied. This fix ensures that the settings order will remain consistent, unless the order is changed by the user.
Enhancement: Changes the default value for the argument aws_gateway_lb from false to true of a Gateway (valtix_gateway) resource with security_type argument set to EGRESS
Enhancement: FQDN Filtering (valtix_profile_fqdn) and URL Filtering (valtix_profile_urlfilter) Profile resources now use Talos categories. Please see the Terraform documentation for information.
Fix: Fixes an issue where changing the name argument of a Policy Rule Set (valtix_policy_rule_set) resource would not result in a change to the name
Fix: Fixes an issue where changing the name argument of an Address Object (valtix_address_object) resource would not result in a change to the name
Fix: Fixes an issue where attaching an ICMP Rule to a Policy Rules (valtix_policy_rules) resource will result in a feature compliant error message
Fix: Fixes an issue where a Forwarding Profile (valtix_profile_log_forwarding) resource that is configured with a reference to a dynamic IP address value would throw an error requiring an IP address to be specified
Fix: Fixes an issue where a BGP Profile (valtix_profile_bgp) cannot be created without BGP neighbor blocks being specified
Fix: Fixes an issue where the cidr argument for a Service VPC (valtix_service_vpc) resource was not being validated properly, allowing CIDRs that are not applicable when creating a Service VPC
Fix: Fixes an issue where both an Address Object (valtix_address_object) resource and a Policy Rules (valtix_policy_rules) resource are created in the same apply operation where the Rule references the Address Object, but throws an error due to the Address Object ID being 0. The creation of the Address Object is not returning the ID and thus the ID is 0 when applying to the Rule. This fixes the issue such that the Address Object and Rule can both be created and referenced in the same apply.