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
module"fortios_endpointcontrol_fctems" {
source="./modules/fortios/r/fortios_endpointcontrol_fctems"# admin_password - (optional) is a type of stringadmin_password=null# admin_username - (optional) is a type of stringadmin_username=null# call_timeout - (optional) is a type of numbercall_timeout=null# certificate - (optional) is a type of stringcertificate=null# cloud_server_type - (optional) is a type of stringcloud_server_type=null# fortinetone_cloud_authentication - (optional) is a type of stringfortinetone_cloud_authentication=null# https_port - (optional) is a type of numberhttps_port=null# name - (optional) is a type of stringname=null# pull_avatars - (optional) is a type of stringpull_avatars=null# pull_sysinfo - (optional) is a type of stringpull_sysinfo=null# pull_tags - (optional) is a type of stringpull_tags=null# pull_vulnerabilities - (optional) is a type of stringpull_vulnerabilities=null# serial_number - (optional) is a type of stringserial_number=null# server - (optional) is a type of stringserver=null# source_ip - (optional) is a type of stringsource_ip=null
}
resource"fortios_endpointcontrol_fctems""this" {
# admin_password - (optional) is a type of stringadmin_password=var.admin_password# admin_username - (optional) is a type of stringadmin_username=var.admin_username# call_timeout - (optional) is a type of numbercall_timeout=var.call_timeout# certificate - (optional) is a type of stringcertificate=var.certificate# cloud_server_type - (optional) is a type of stringcloud_server_type=var.cloud_server_type# fortinetone_cloud_authentication - (optional) is a type of stringfortinetone_cloud_authentication=var.fortinetone_cloud_authentication# https_port - (optional) is a type of numberhttps_port=var.https_port# name - (optional) is a type of stringname=var.name# pull_avatars - (optional) is a type of stringpull_avatars=var.pull_avatars# pull_sysinfo - (optional) is a type of stringpull_sysinfo=var.pull_sysinfo# pull_tags - (optional) is a type of stringpull_tags=var.pull_tags# pull_vulnerabilities - (optional) is a type of stringpull_vulnerabilities=var.pull_vulnerabilities# serial_number - (optional) is a type of stringserial_number=var.serial_number# server - (optional) is a type of stringserver=var.server# source_ip - (optional) is a type of stringsource_ip=var.source_ip
}