Software Multicloud Defense
Activity Cloud Deployment

Multicloud Defense Terraform Provider Version 0.2.8 November 7, 2024

Enhancements

The following enhancement is included in this release:

  • Changes the default value for the argument aws_gateway_lb from false to true of a gateway (ciscomcd_gateway) resource with security_type argument set to EGRESS.

Fixes

The following fixes are included in this release:

  • Fixes an issue where changing the name argument of a policy rule set (ciscomcd_policy_rule_set) resource would not result in a change to the name.

  • Fixes an issue where changing the name argument of an address object (ciscomcd_address_object) resource would not result in a change to the name.

  • Fixes an issue where attaching an ICMP rule to a policy rule (ciscomcd_policy_rules) resource will result in a feature compliant error message.

  • Fixes an issue where a forwarding profile (ciscomcd_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.

  • Fixes an issue where a BGP Profile (ciscomcd_profile_bgp) cannot be created without BGP neighbor blocks being specified.

  • Fixes an issue where the CIDR argument for a service VPC (ciscomcd_service_vpc) resource was not being validated properly, allowing CIDRs that are not applicable when creating a service VPC.

  • Fixes an issue where both an address object (ciscomcd_address_object) resource and a policy rule (ciscomcd_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.