Releases: fortinetdev/terraform-provider-fortiflexvm
Releases · fortinetdev/terraform-provider-fortiflexvm
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_config
supported input argumentconfig_id
. You can import existing configurations by specifying this argument.fortiflex_retrieve_vm_group
supported input argumentretrieve_status
. It can retrieve both PENDING and STOPPED entitlements if you setretrieve_status = ["STOPPED", "PENDING"]
.fortiflex_retrieve_vm_group
supported 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_num
entitlements.- Reported a warning rather than an error if
end_date
infortiflexvm_entitlements_vm
is set incorrectly.
2.3.0
FEATURES:
- New Resource:
fortiflexvm_retrieve_vm_group
IMPROVEMENTS:
- Data resource
fortiflexvm_entitlements_list
supports new input argumentsdescription
,serial_number
,status
,token_status
. - Data resource
fortiflexvm_groups_nexttoken
supports new input argumentstatus
. - Improve the logic of the resource
fortiflexvm_entitlements_vm
andfortiflexvm_entitlements_cloud
. If you specify the argumentserial_number
andconfig_id
at the same time, it will import an existing resource rather than create a new one. - Resource
fortiflexvm_entitlements_vm
supports new input argumentrefresh_token_when_destroy
. If set it as true, the token of this entitlement will be refreshed when you useterraform destroy
.
2.2.1
2.2.0
2.1.0
2.1.0 (September 29, 2023)
IMPROVEMENTS:
- Support 3 new products:
FortiClient EMS On-Prem
,FortiWeb Cloud - Private
andFortiWeb Cloud - Public
. - Support return value
accound_id
for all resources and data sources. data_source_entitlements_list
supportsaccount_id
andprogram_serial_number
.