Skip to content

Commit 094e3fc

Browse files
committed
update catalog validation values
1 parent 57247dd commit 094e3fc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

solutions/fully-configurable/catalogValidationValues.json.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"elasticsearch_tags": $TAGS,
55
"elasticsearch_name": $PREFIX,
66
"existing_resource_group_name": "geretain-test-permanent",
7+
"kms_encryption_enabled": true,
8+
"use_ibm_owned_encryption_key": false,
79
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN
810
}

solutions/security-enforced/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ variable "existing_kms_instance_crn" {
221221
)
222222
error_message = "To enable KMS encryption one of 'existing_kms_instance_crn', 'existing_kms_key_crn' or 'existing_backup_kms_key_crn' must be set."
223223
}
224-
225-
validation {
226-
condition = var.existing_kms_instance_crn == null ? var.existing_kms_key_crn != null : true
227-
error_message = "When using an existing elasticsearch instance 'existing_kms_instance_crn' should not be set"
228-
}
229224
}
230225

231226
variable "existing_kms_key_crn" {

0 commit comments

Comments
 (0)