You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to activate fipscc on aws fortigate vm using the terraform resource below with no sucess:
resource "fortios_system_fipscc" "trname" {
entropy_token = "enable"
key_generation_self_test = "disable"
self_test_period = 1440
status = "disable"
}
Since the manual config is as follow on AWS VMs, I guess the above resource is only available for physical appliances.
config system fips-cc
set status fips-ciphers
end
Is there any plan to add a new resource to contemplate FGT AWS VM?
The text was updated successfully, but these errors were encountered:
I was trying to activate fipscc on aws fortigate vm using the terraform resource below with no sucess:
resource "fortios_system_fipscc" "trname" {
entropy_token = "enable"
key_generation_self_test = "disable"
self_test_period = 1440
status = "disable"
}
Since the manual config is as follow on AWS VMs, I guess the above resource is only available for physical appliances.
config system fips-cc
set status fips-ciphers
end
Is there any plan to add a new resource to contemplate FGT AWS VM?
The text was updated successfully, but these errors were encountered: