Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ PowerShell
powershell
README
readme
reusable
runtime
spf
SSO
Expand Down
4 changes: 3 additions & 1 deletion sample-setups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ The folder `basic-setup/subaccount-setup` contains the setup of subaccounts. For

## Modules

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

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

### Naming Conventions and Labeling

Expand Down