Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 8666bbd

Browse files
authored
docs: added overview hook (#128)
1 parent 0b3ff3a commit 8666bbd

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ repository:
2424
# and update the description to the current repo description.
2525
description: "A module for deploying IBM Cloud® Databases for EnterpriseDB"
2626

27-
topics: core-team, terraform, ibm-cloud, terraform-module, edb, enterprise-db
27+
topics: core-team, terraform, ibm-cloud, terraform-module, edb, enterprise-db, graduated, supported

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@ This module implements an instance of the IBM Cloud Databases for EnterpriseDB s
1010

1111
:exclamation: The module does not support major version upgrades or updates to encryption and backup encryption keys. To upgrade the version, create another instance of Databases for EnterpriseDBs with the updated version.
1212

13-
## Usage
13+
<!-- Below content is automatically populated via pre-commit hook -->
14+
<!-- BEGIN OVERVIEW HOOK -->
15+
## Overview
16+
* [terraform-ibm-icd-edb](#terraform-ibm-icd-edb)
17+
* [Examples](./examples)
18+
* [Basic with read-only replica example](./examples/basic)
19+
* [Complete example with BYOK encryption, CBR rules and VPE creation](./examples/complete)
20+
* [Financial Services Cloud profile example with autoscaling enabled](./examples/fscloud)
21+
* [Point in time recovery example (PITR)](./examples/pitr)
22+
* [Restore from backup example](./examples/backup)
23+
* [Contributing](#contributing)
24+
<!-- END OVERVIEW HOOK -->
25+
26+
### Usage
1427
IBM Cloud Databases supports only Key Protect encryption for backups, not Hyper Protect Crypto Services. If you enable key management encryption and no value is passed for 'backup_encryption_key_crn', the value of 'kms_key_crn' is used. And if a HPCS value is set for `kms_key_crn`, the database backup encryption uses the default encryption keys. For more information, see [Hyper Protect Crypto Services Integration](https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-hpcs) in the IBM Cloud Docs.
1528

1629
```hcl
@@ -28,7 +41,7 @@ module "enterprise_db" {
2841
}
2942
```
3043

31-
## Required IAM access policies
44+
### Required IAM access policies
3245

3346
You need the following permissions to run this module.
3447

@@ -42,16 +55,6 @@ To attach access management tags to resources in this module, you need the follo
4255
- **Tagging** service
4356
- `Administrator` platform access
4457

45-
46-
<!-- BEGIN EXAMPLES HOOK -->
47-
## Examples
48-
49-
- [ Restore from backup example](examples/backup)
50-
- [ Basic with read-only replica example](examples/basic)
51-
- [ Complete example with BYOK encryption, CBR rules and VPE creation](examples/complete)
52-
- [ Financial Services Cloud profile example with autoscaling enabled](examples/fscloud)
53-
- [ Point in time recovery example (PITR)](examples/pitr)
54-
<!-- END EXAMPLES HOOK -->
5558
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5659
### Requirements
5760

0 commit comments

Comments
 (0)