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
description="List of cloud services to create an endpoint gateway."
69
68
type=list(string)
70
69
default=["kms", "cloud-object-storage"]
71
-
72
-
validation {
73
-
error_message="Currently the only supported services are Key Protect (`kms`), Cloud Object Storage (`cloud-object-storage`), Container Registry (`container-registry`), and Hyper Protect Crypto Services (`hs-crypto`). Any other VPE services must be added using `cloud_service_by_crn`."
Copy file name to clipboardExpand all lines: variables.tf
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,37 @@ variable "cloud_services" {
64
64
default=["kms", "cloud-object-storage"]
65
65
66
66
validation {
67
-
error_message="Currently the only supported services are Key Protect (`kms`), Cloud Object Storage (`cloud-object-storage`), Container Registry (`container-registry`), and Hyper Protect Crypto Services (`hs-crypto`). Any other VPE services must be added using `cloud_service_by_crn`."
67
+
error_message="Currently the service you're trying to add is not supported. Any other VPE services must be added using `cloud_service_by_crn`."
0 commit comments