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_fortisandbox" {
source="./modules/fortios/r/fortios_system_fortisandbox"# email - (optional) is a type of stringemail=null# enc_algorithm - (optional) is a type of stringenc_algorithm=null# forticloud - (optional) is a type of stringforticloud=null# interface - (optional) is a type of stringinterface=null# interface_select_method - (optional) is a type of stringinterface_select_method=null# server - (optional) is a type of stringserver=null# source_ip - (optional) is a type of stringsource_ip=null# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_system_fortisandbox""this" {
# email - (optional) is a type of stringemail=var.email# enc_algorithm - (optional) is a type of stringenc_algorithm=var.enc_algorithm# forticloud - (optional) is a type of stringforticloud=var.forticloud# interface - (optional) is a type of stringinterface=var.interface# interface_select_method - (optional) is a type of stringinterface_select_method=var.interface_select_method# server - (optional) is a type of stringserver=var.server# source_ip - (optional) is a type of stringsource_ip=var.source_ip# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=var.ssl_min_proto_version# status - (optional) is a type of stringstatus=var.status
}