Another batch of minor typos (#1953)

Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
This commit is contained in:
Nathan Baulch
2024-09-09 21:51:39 +10:00
committed by GitHub
parent 74cad3a2f3
commit 9b7bec31b4
89 changed files with 106 additions and 106 deletions

View File

@@ -493,7 +493,7 @@ When generating these values, OpenTofu cannot follow custom provider logic, so i
| list | An empty list. |
| map | An empty map. |
| set | An empty set. |
| object | An object with its fields populated by the same logic recursevily. |
| object | An object with its fields populated by the same logic recursively. |
| tuple | An empty tuple. |
:::tip Note