-
Notifications
You must be signed in to change notification settings - Fork 2
docs: refinement after review comments #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## Description | ||
|
||
This repository provides samples based on the recommendations given in the [SAP BTP Administrator's Guide](https://help.sap.com/docs/btp/btp-admin-guide/btp-admin-guide) on [help.sap.com](https://help.sap.com/docs/). | ||
This repository provides samples based on the recommendations given in the [SAP BTP Administrator's Guide](https://help.sap.com/docs/btp/btp-admin-guide/btp-admin-guide) specifically the section ["Setting Up Your Account Model"](https://help.sap.com/docs/btp/btp-admin-guide/setting-up-your-account-model). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for the quotation marks; it'll be formatted as link anyway.
- Using locals makes code descriptive and maintainable. | ||
|
||
## Naming Conventions and Labeling | ||
Another important paradigm is avoiding a monolithic Terraform state (*"Terralith"*). Hence, there is no single Terraform configuration for a complete SAP BTP account. Instead, we split the setup in configurations that are provisioned and managed separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest:
"It's important to avoid a monolithic Terraform state ("Terralith"). Because of that, we don't provide a single Terraform configuration for a complete SAP BTP account. (...)"
|
||
## Modules | ||
|
||
We have created a set of modules to encapsulate the reusable parts of the setup. The modules are located in the folder `modules`. Each module has its own README file that describes the module and its usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest more user-centric voice:
"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."
Purpose
Pull Request Type
What kind of change does this pull request introduce?
Other Information
n/a