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
# Only us-south, eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details.
26
26
# Note: Database instance and Key Protect must be created on the same region.
@@ -72,7 +72,7 @@ module "icd_elasticsearch" {
72
72
# Create Secrets Manager Instance (if not using existing one)
Copy file name to clipboardExpand all lines: solutions/standard/main.tf
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ module "kms" {
99
99
}
100
100
count=var.existing_kms_key_crn!=null|| local.use_existing_db_instance|| var.use_ibm_owned_encryption_key?0:1# no need to create any KMS resources if passing an existing key or using IBM owned keys
0 commit comments