Multicloud Defense Terraform Provider Version 0.2.6 March 1, 2024
Enhancements
The following enhancements are included in this release:
-
Adds arm64 support for Windows, Linux and MacOS.
-
Enhances the Multicloud Defense Gateway
ciscomcd_gateway
resource creation in GCP to allow a user-provided IP resource to be used as the load balancer frontend IP. -
Adds support for cross-subscription Spoke VNet peering orchestration in Azure
ciscomcd_spoke_vpc
. This ensures feature parity across cloud service providers. -
Adds support for account (Tenant/Compartment) onboarding
ciscomcd_account
and Multicloud Defense Gateway deploymentciscomcd_gateway
resources for orchestration in OCI.
Fixes
The following fixes are included in this release:
-
Fixes an issue where attempting to create an FQDN filtering
ciscomcd_profile_fqdn
resource would result in an error message:"unknown action Inherit from decryption profile for profile type FQDN_FILTER"
. -
Fixes an issue where a change to a decryption profile
ciscomcd_profile_decryption
resource would not recognize the change producing the message:"No changes. Your infrastructure matches the configuration".
-
Fixes an issue with deleting a spoke VPC
ciscomcd_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.