Skip to content

[terraform-ibm-secrets-manager] Allow Key Protect key to be used in fscloud submodule #285

@ocofaigh

Description

@ocofaigh

We should not be enforcing HPCS here ->

variable "kms_key_crn" {
type = string
description = "The root key CRN of Hyper Protect Crypto Services (HPCS) that you want to use for encryption."
validation {
condition = can(regex(".*hs-crypto.*", var.kms_key_crn))
error_message = "Variable 'kms_key_crn' must be a Hyper Protect Crypto Services (HPCS) key CRN."
}
}

We made a decision that it should allow key protect keys too

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions