Skip to content

Commit 4ff2953

Browse files
authored
docs: enhance modules section
2 parents 164d174 + 0e18656 commit 4ff2953

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ PowerShell
6565
powershell
6666
README
6767
readme
68+
reusable
6869
runtime
6970
spf
7071
SSO

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 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.
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)