Skip to content

Commit 2a07829

Browse files
authored
chore: reuse badge and minor corrections
2 parents 52d3ae3 + 7ff12c0 commit 2a07829

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<!--- Register repository https://api.reuse.software/register, then add REUSE badge:
2-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/REPO-NAME)](https://api.reuse.software/info/github.com/SAP-samples/REPO-NAME)
3-
-->
1+
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/btp-admin-guide-samples)](https://api.reuse.software/info/github.com/SAP-samples/btp-admin-guide-samples)
2+
[![Periodic Link Checker](https://github.com/SAP-samples/btp-admin-guide-samples/actions/workflows/links-watcher-cron.yml/badge.svg)](https://github.com/SAP-samples/btp-admin-guide-samples/actions/workflows/links-watcher-cron.yml)
43

54
# SAP BTP - Administrator's Guide Samples
65

@@ -12,7 +11,11 @@ These samples show the implementation of the recommendations using Infrastructur
1211

1312
## Content Structure
1413

15-
TODO
14+
The samples are available in the folder `sample-setups`. We provide each scenario in a separate folder. Each folder contains a `README.md` file describing the details.
15+
16+
You find further details in the [`READEME.md`](./sample-setups/README.md) file of the `sample-setups` folder and in the `README.md` files of the individual sample setups
17+
18+
In addition, we have a folder `modules` containing reusable Terraform modules. These modules are used in the sample setups.
1619

1720
## Getting Support
1821

sample-setups/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Paradigms
44

5-
We follow the paradigms of a simple and clear Terraform configuration as laid out in [Simple, Clear, Maintainable](https://rosesecurity.dev/blog/2024/11/24/terraform-proverbs); especially:
5+
We follow the paradigms of a simple and clear Terraform configuration as laid out in [Simple, Clear, Maintainable](https://rosesecurity.dev/2024/11/24/terraform-proverbs.html); especially:
66

77
- Clear is better than clever.
88
- Modules should be reusable, not rigid.

0 commit comments

Comments
 (0)