Skip to content

Commit 2cd6a08

Browse files
committed
fix typos in updating doc
1 parent fd3759e commit 2cd6a08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrading_to_folders_v2.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ New output types have also been added that leverage new Terraform 0.12 features
3232

3333
#### Folder resources
3434

35-
Terraform 0.12 makes it possible to expose complete resources alognside their attributes, so two new outputs have been added:
35+
Terraform 0.12 makes it possible to expose complete resources alongside their attributes, so two new outputs have been added:
3636

3737
- `folder` is the first folder resource for single folder creation use cases
3838
- `folders` are all the folder resources as a list
@@ -49,5 +49,5 @@ When managing a single folder per module invocation, new outputs are available t
4949

5050
New list outputs have been added to expose folder attributes and preserve the ordering of the `names` variable, as maps reorder keys lexically and might introduce subtle bugs when used as lists through `values`:
5151

52-
- `names_list` is the list of folders display names as strings
53-
- `ids_list` is the list of folders ids as strings
52+
- `names_list` is the list of folder display names as strings
53+
- `ids_list` is the list of folder ids as strings

0 commit comments

Comments
 (0)