Releases: fortinetdev/terraform-provider-fortiflexvm
Releases · fortinetdev/terraform-provider-fortiflexvm
2.4.5
IMPROVEMENTS:
- Supported 3 new configuration:
FEXT_HW,FDC_CLOUD,FMG_CLOUD. - Added
FMG_VMconfiguration arguments:service_pkg,addons, andfortiai_tokens. - Added
SIEM_CLOUDconfiguration arguments:region. - Added
FORTISASEconfiguration arguments:data_transfer,branch_on_ramp_locations_fortinet_cloud,branch_on_ramp_locations_public_cloud,global_region,additional_compute_region_fortinet_cloud, andadditional_compute_region_public_cloud. - Improved provider documentation with clearer getting-started guidance.
- Added provider-level arguments
account_idandprogram_serial_number.
BUG FIXES:
- Fixed entitlement resources so
end_dateis sent to the API only when the user explicitly configures it. Also fixed staleend_datestate after changing entitlement status.
DEPRECATIONS:
- Deprecated provider-level
import_options. Specifyprogram_serial_numberdirectly instead. - Marked deprecated
FORTISASEconfiguration argumentsbandwidth,additional_compute_region, andlocationsas read-only.
2.4.4
2.4.3
2.4.2
2.4.1 (Feb. 26, 2025)
IMPROVEMENTS:
- Improved documentation. No change in functionality.
2.4.0 (February 25, 2025)
FEATURES:
- New Ephemeral Resource:
fortiflexvm_groups_nexttoken
2.3.4
2.3.3
2.3.2
2.3.1
2.3.1 (April 3, 2024)
IMPROVEMENTS:
- Supported 2 new configurations:
FortiSASE(fortisase) andFortiEDR(fortiedr). fortiflex_configsupported input argumentconfig_id. You can import existing configurations by specifying this argument.fortiflex_retrieve_vm_groupsupported input argumentretrieve_status. It can retrieve both PENDING and STOPPED entitlements if you setretrieve_status = ["STOPPED", "PENDING"].fortiflex_retrieve_vm_groupsupported input argumentrequire_exact_count. The default value is false, if set as true, the resource will release retrieved entitlements and report an error if the resource doesn't get enoughcount_numentitlements.- Reported a warning rather than an error if
end_dateinfortiflexvm_entitlements_vmis set incorrectly.