How to output sensitive output

TF has added a setting to denote whether a modules output is sensitive or not. I guess the way to get the output directly in TF is to use the --raw flag. But not sure how I do that within TS. Also it looks like it wants a specific output value which is another thing not clear on how to do within TS.

ex.

terraspace up rds-instance {--raw?} {output var?}

Thanks in advance.