Skip to content

Releases: fortinetdev/terraform-provider-fortiflexvm

2.4.5

05 Jun 21:49
2.4.5
5834d1e

Choose a tag to compare

IMPROVEMENTS:

  • Supported 3 new configuration: FEXT_HW, FDC_CLOUD, FMG_CLOUD.
  • Added FMG_VM configuration arguments: service_pkg, addons, and fortiai_tokens.
  • Added SIEM_CLOUD configuration arguments: region.
  • Added FORTISASE configuration arguments: data_transfer, branch_on_ramp_locations_fortinet_cloud, branch_on_ramp_locations_public_cloud, global_region, additional_compute_region_fortinet_cloud, and additional_compute_region_public_cloud.
  • Improved provider documentation with clearer getting-started guidance.
  • Added provider-level arguments account_id and program_serial_number.

BUG FIXES:

  • Fixed entitlement resources so end_date is sent to the API only when the user explicitly configures it. Also fixed stale end_date state after changing entitlement status.

DEPRECATIONS:

  • Deprecated provider-level import_options. Specify program_serial_number directly instead.
  • Marked deprecated FORTISASE configuration arguments bandwidth, additional_compute_region, and locations as read-only.

2.4.4

16 Dec 22:24
2.4.4
a743f59

Choose a tag to compare

IMPROVEMENTS:

  • Fixed an issue where Terraform FortiFlexVM could crash when a login attempt failed.

2.4.3

06 Nov 23:01
2.4.3
acf0e38

Choose a tag to compare

IMPROVEMENTS:

  • Supported 3 new configurations: FORTINAC_VM, FORTIAPPSEC, FORTIDLP.

2.4.2

30 May 21:08
2.4.2
9a96575

Choose a tag to compare

IMPROVEMENTS:

  • Supported 3 new configurations: FORTISOAR_VM, FORTIMAIL_VM, FORTINDR_CLOUD.

2.4.1 (Feb. 26, 2025)

25 Feb 23:32
2.4.1
4b11d9f

Choose a tag to compare

IMPROVEMENTS:

  • Improved documentation. No change in functionality.

2.4.0 (February 25, 2025)

25 Feb 18:56
2.4.0
afdaa2e

Choose a tag to compare

FEATURES:

  • New Ephemeral Resource: fortiflexvm_groups_nexttoken

2.3.4

11 Dec 18:29
2.3.4
0b08aae

Choose a tag to compare

2.3.4 (December 11, 2024)
IMPROVEMENTS:

Supported 1 new configuration: FortiRecon.

2.3.3

07 Oct 17:54
2.3.3
7842442

Choose a tag to compare

IMPROVEMENTS:

  • Supported 1 new configurations: FortiSIEM Cloud (siem_cloud)
  • Added additional_compute_region to fortisase configuration.
  • Improved SDK logic.

2.3.2

17 Jun 18:20
2.3.2
e1685cc

Choose a tag to compare

2.3.2 (June 17, 2024)

IMPROVEMENTS:

  • Supported 2 new configurations: FortiAP Hardware (fap_hw) and FortiSwitch Hardware (fsw_hw).
  • Configuration faz_vm added one new argument addons.
  • fortiflexvm_entitlements_vm supported new input argument skip_pending.

2.3.1

04 Apr 20:56
2.3.1
4685a62

Choose a tag to compare

2.3.1 (April 3, 2024)

IMPROVEMENTS:

  • Supported 2 new configurations: FortiSASE (fortisase) and FortiEDR (fortiedr).
  • fortiflex_config supported input argument config_id. You can import existing configurations by specifying this argument.
  • fortiflex_retrieve_vm_group supported input argument retrieve_status. It can retrieve both PENDING and STOPPED entitlements if you set retrieve_status = ["STOPPED", "PENDING"].
  • fortiflex_retrieve_vm_group supported input argument require_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 enough count_num entitlements.
  • Reported a warning rather than an error if end_date in fortiflexvm_entitlements_vm is set incorrectly.