You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,20 @@ This module implements an instance of the IBM Cloud Databases for EnterpriseDB s
10
10
11
11
: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.
12
12
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
14
27
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.
15
28
16
29
```hcl
@@ -28,7 +41,7 @@ module "enterprise_db" {
28
41
}
29
42
```
30
43
31
-
## Required IAM access policies
44
+
###Required IAM access policies
32
45
33
46
You need the following permissions to run this module.
34
47
@@ -42,16 +55,6 @@ To attach access management tags to resources in this module, you need the follo
42
55
-**Tagging** service
43
56
- `Administrator` platform access
44
57
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 -->
55
58
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
0 commit comments