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
error_message="Only \"public\" and \"private\" are allowed values for 'existing_secrets_endpoint_type'."
58
-
}
59
-
}
60
-
61
51
variable"service_plan" {
62
52
type=string
63
53
description="The pricing plan to use when provisioning a Secrets Manager instance. Possible values: `standard`, `trial`. Applies only if `provision_sm_instance` is set to `true`."
@@ -68,16 +58,6 @@ variable "service_plan" {
68
58
}
69
59
}
70
60
71
-
variable"allowed_network" {
72
-
type=string
73
-
description="The types of service endpoints to set on the Secrets Manager instance. Possible values: `private-only`, `public-and-private`."
description="The CRN of the KMS instance (Hyper Protect Crypto Services or Key Protect). Required only if `existing_secrets_manager_crn` or `existing_secrets_manager_kms_key_crn` is not specified. If the KMS instance is in different account you must also provide a value for `ibmcloud_kms_api_key`."
214
194
}
215
195
216
-
variable"kms_endpoint_type" {
217
-
type=string
218
-
description="The type of endpoint to use for communicating with the Key Protect or Hyper Protect Crypto Services instance. Possible values: `public`, `private`. Applies only if `existing_secrets_manager_kms_key_crn` is not specified."
0 commit comments