Skip to content

Commit 0e18656

Browse files
committed
docs: fix
1 parent b66c94a commit 0e18656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-setups/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The folder `basic-setup/subaccount-setup` contains the setup of subaccounts. For
3131

3232
## Modules
3333

34-
We want to keep our Terraform configuration as simple and concise as possible. To achieve this we encapsulate resusable parts of the setup in [modules](https://developer.hashicorp.com/terraform/language/modules). This allows us to reuse the modules in different setups and to keep the configuration DRY (*Don't repeat yourself*). A benefit of this approach is that we can centrally manage governance topics like naming conventions and labeling strategies for all setups.
34+
We want to keep our Terraform configuration as simple and concise as possible. To achieve this we encapsulate reusable parts of the setup in [modules](https://developer.hashicorp.com/terraform/language/modules). This allows us to reuse the modules in different setups and to keep the configuration DRY (*Don't repeat yourself*). A benefit of this approach is that we can centrally manage governance topics like naming conventions and labeling strategies for all setups.
3535

3636
You find the modules in the folder "modules". Learn about the modules and their usage in their respective `README` files.
3737

0 commit comments

Comments
 (0)