Version 0.2.9 November 15, 2024 (Recommended)
Fixes
The following fixes are included in this release:
-
Fixes an issue where an address object (
ciscomd_address_object
) resource withtype = DYNAMIC_SECURITY_GROUP
would be created, but the sub-objects would not be dynamically populated. -
Fixes an issue where the settings block of a gateway (
ciscomd_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.