Merge pull request #26931 from TEDmk/patch-1
website/docs: Add a missing new line
This commit is contained in:
commit
c1d30401c5
|
@ -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