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="The name of a new or an existing resource group in which to provision Secrets Manager resources to."
19
+
description="The name of a new or an existing resource group in which to provision Secrets Manager resources to. If prefix input variable is passed then it will get prefixed infront of the value in the format of '<prefix>-value'"
20
20
}
21
21
22
22
variable"region" {
@@ -25,13 +25,19 @@ variable "region" {
25
25
default="us-south"
26
26
}
27
27
28
+
variable"prefix" {
29
+
type=string
30
+
description="(Optional) Prefix to append to all resources created by this solution."
description="The name to give the Secrets Manager instance that will be provisioned by this solution."
40
+
description="The name to give the Secrets Manager instance that will be provisioned by this solution. If prefix input variable is passed then it will get prefixed infront of the value in the format of '<prefix>-value'"
35
41
default="base-security-services-sm"
36
42
}
37
43
@@ -69,7 +75,7 @@ variable "iam_engine_enabled" {
69
75
70
76
variable"iam_engine_name" {
71
77
type=string
72
-
description="The name of the IAM Engine used to configure an IBM Secrets Manager IAM credentials engine."
78
+
description="The name of the IAM Engine used to configure an IBM Secrets Manager IAM credentials engine. If prefix input variable is passed then it will get prefixed infront of the value in the format of '<prefix>-value'"
description="The name to give to the new KMS key ring that will be used to store the KMS key to enable advanced, customer-managed encryption for your Secrets Manager secrets. Only required if not supplying an existing KMS root key CRN."
127
+
description="The name to give to the new KMS key ring that will be used to store the KMS key to enable advanced, customer-managed encryption for your Secrets Manager secrets. Only required if not supplying an existing KMS root key CRN. If prefix input variable is passed then it will get prefixed infront of the value in the format of '<prefix>-value'"
122
128
}
123
129
124
130
variable"kms_key_name" {
125
131
type=string
126
132
default="sm-cos-key"
127
-
description="The name to give to the new KMS root key that will be used to enable advanced, customer-managed encryption for your Secrets Manager secrets. Only required if not supplying an existing KMS root key CRN."
133
+
description="The name to give to the new KMS root key that will be used to enable advanced, customer-managed encryption for your Secrets Manager secrets. Only required if not supplying an existing KMS root key CRN. If prefix input variable is passed then it will get prefixed infront of the value in the format of '<prefix>-value'"
0 commit comments