Add a missing new line
The missing new line doesn't permit the code block to show up.
This commit is contained in:
parent
b7f020bba1
commit
8195a99529
|
@ -61,6 +61,7 @@ password = <sensitive>
|
|||
```
|
||||
|
||||
Note that outputs with the `sensitive` attribute will be redacted:
|
||||
|
||||
```shellsession
|
||||
$ terraform output password
|
||||
password = <sensitive>
|
||||
|
|
Loading…
Reference in New Issue