I want to use horizontal line for the first two column. See my picture for details.
\documentclass[12pt,letterpaper]{article}
\usepackage[left=20mm,top=30mm,bottom=30mm,right=20mm]{geometry}
\begin{document}
\begin{table}
\centering
\resizebox{0.7\columnwidth }{!}{%
\begin{tabular}{ |p{5cm}|p{5cm}|p{6cm}| }
\hline
\hline
\textbf{Portion of Scenario} & \textbf{Description} & \textbf{Possible Values} \
\hline
Sources & This specify where the fault comes from & Internal/external: people, hardware, software, physical infrastructure, physical environment\
\hline
Stimulus & The stimulus to an availability scenario is a fault. & Fault: omission, crash, incorrect timing, incorrect response \
\hline
Artifact & This specifies which portions of the system are responsible for and affected by the fault.& Processors, communication channels, storage, processes, affected artifacts in the system's
environment \
\hline
Environment &We may be interested in not only how a system behaves in its "normal" environment, but also how it behaves in situations such as when it is already recovering from a fault. & Normal operation, startup, shutdown, repair mode, degraded operation, overloaded operation \
\hline
Response & The most commonly desired response is to prevent the fault from becoming a failure, but other responses may also be important, such as notifying people or logging the fault for later analysis. This section specifies the desired system response. & Prevent the fault from becoming a failure
\newline
Detect the fault:
\begin{itemize}
\item Log the fault
\item Notify the appropriate entities (people or systems)
\item Recover from the fault
\item Disable the source of events causing the fault
\item Be temporarily unavailable while a repair is
being effected
\item Fix or mask the fault/failure or contain the damage it causes
\item Operate in a degraded mode while a repair is
being effected
\item Time or time interval when the system must be available
\item Availability percentage (e.g., 99.999 percent)
\item Time to detect the fault
\item Time to repair the fault
\item Time or time interval in which system can be in degraded mode
\item Proportion (e.g., 99 percent) or rate (e.g., up to 100 per second) of a certain class of faults that the system prevents, or handles without failing
\end{itemize}
\
Response measure & We may focus on a number of measures of availability, depending on the criticality of the service being provided. \
\hline
\end{tabular}
}
\end{table}
\end{document}



\cline{1-2}draws a horizontal line only in the first and second column. – Skillmon Feb 15 '23 at 11:53&afterof the service being provided.and before\\. – Mico Feb 15 '23 at 12:32left=20mm,top=30mm,bottom=30mm,right=20mmmay be expressed more succinctly ashmargin=20mm, vmargin=30mm. – Mico Feb 15 '23 at 12:34