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:
|
Note that outputs with the `sensitive` attribute will be redacted:
|
||||||
|
|
||||||
```shellsession
|
```shellsession
|
||||||
$ terraform output password
|
$ terraform output password
|
||||||
password = <sensitive>
|
password = <sensitive>
|
||||||
|
|
Loading…
Reference in New Issue