mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update outputs.html.md
Fixes small syntax error
This commit is contained in:
parent
febaf55066
commit
bf7220aa53
@ -35,7 +35,7 @@ output "ip" {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This defines an output variables named "ip". The `value` field
|
This defines an output variable named "ip". The `value` field
|
||||||
specifies what the value will be, and almost always contains
|
specifies what the value will be, and almost always contains
|
||||||
one or more interpolations, since the output data is typically
|
one or more interpolations, since the output data is typically
|
||||||
dynamic. In this case, we're outputting the
|
dynamic. In this case, we're outputting the
|
||||||
|
Loading…
Reference in New Issue
Block a user