Skip to content

Commit 2d2b1ef

Browse files
committed
docs: enhance modules section
1 parent 164d174 commit 2d2b1ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sample-setups/README.md

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

3232
## Modules
3333

34-
We have created a set of modules to encapsulate the reusable parts of the setup. You find the modules in the folder modules. Learn about the modules and their usage in their respective `README` files.
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.
35+
36+
You find the modules in the folder "modules". Learn about the modules and their usage in their respective `README` files.
3537

3638
### Naming Conventions and Labeling
3739

0 commit comments

Comments
 (0)