Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform resource fortios_system_fipscc does not work for AWS FGT VM #240

Open
dionildetd opened this issue Jul 20, 2022 · 3 comments
Open

Comments

@dionildetd
Copy link

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?

@lix-fortinet
Copy link
Contributor

Hi @dionildetd,

Thank you for raising this issue. We are working with related teams for this issue. And we will get back to you once it's resolved.

Thanks,
Xing

@dionildetd
Copy link
Author

Hi Xing,

Thanks for the update.

Regards,
Dionilde

@leonardoauribe
Copy link

I'm having the exact same issue where Terraform can not enable fips-cc mode on my AWS FGT VMs. Following...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants