terraform-provider-fortios
terraform-provider-fortios copied to clipboard
user_ldap name seems to be required not optional
https://github.com/fortinetdev/terraform-provider-fortios/blob/cd5ed5417300f3bb658b89886ca7dde3f60685c7/fortios/resource_user_ldap.go#L42C4-L42C24
when creating a new user_ldap resource without providing an optional name i'm getting a 500 error providing the name field fixed it
name is not being sent in the HTTP POST when omitted so if it's supposed to be inferred from the terraform resource name or something that doesn't seem to be working right
Hi @jzamanski-pm ,
Thank you for raising this issue, reproduced on fortios 7.2.5, name should be a required argument, I have reported it the development team for advice.
Thanks, Maxx
Hi Maxx, The same appears to be true for fortios_system_linkmonitor. Thanks, Jeff