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_system_managementtunnel" {
source="./modules/fortios/r/fortios_system_managementtunnel"# allow_collect_statistics - (optional) is a type of stringallow_collect_statistics=null# allow_config_restore - (optional) is a type of stringallow_config_restore=null# allow_push_configuration - (optional) is a type of stringallow_push_configuration=null# allow_push_firmware - (optional) is a type of stringallow_push_firmware=null# authorized_manager_only - (optional) is a type of stringauthorized_manager_only=null# serial_number - (optional) is a type of stringserial_number=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_system_managementtunnel""this" {
# allow_collect_statistics - (optional) is a type of stringallow_collect_statistics=var.allow_collect_statistics# allow_config_restore - (optional) is a type of stringallow_config_restore=var.allow_config_restore# allow_push_configuration - (optional) is a type of stringallow_push_configuration=var.allow_push_configuration# allow_push_firmware - (optional) is a type of stringallow_push_firmware=var.allow_push_firmware# authorized_manager_only - (optional) is a type of stringauthorized_manager_only=var.authorized_manager_only# serial_number - (optional) is a type of stringserial_number=var.serial_number# status - (optional) is a type of stringstatus=var.status
}