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 region in which KMS instance exists."
99
+
description="The region in which KMS instance exists. Only required if not supplying an existing KMS root key CRN."
96
100
}
97
101
98
102
variable"existing_kms_guid" {
99
103
type=string
100
104
default=null
101
-
description="The GUID of of the KMS instance used for the Secrets Manager root Key. Only required if not supplying an existing KMS root key and if 'skip_cos_kms_auth_policy' is true."
105
+
description="The GUID of of the KMS instance used for the Secrets Manager root Key. Only required if not supplying an existing KMS root key CRN and if 'skip_kms_iam_authorization_policy' is true."
102
106
}
103
107
104
108
variable"kms_endpoint_type" {
105
109
type=string
106
-
description="The type of endpoint to be used for communicating with the KMS instance. Allowed values are: 'public' or 'private' (default)"
110
+
description="The type of endpoint to be used for communicating with the KMS instance. Allowed values are: 'public' or 'private' (default). Only required if not supplying an existing KMS root key CRN."
error_message="The kms_endpoint_type value must be 'public' or 'private'."
111
115
}
112
116
}
113
117
114
-
variable"sm_key_ring_name" {
118
+
variable"kms_key_ring_name" {
115
119
type=string
116
120
default="sm-cos-key-ring"
117
-
description="The name to give the Key Ring which will be created for the Secrets Manager COS bucket Key. Not used if supplying an existing Key."
121
+
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."
118
122
}
119
123
120
-
variable"sm_key_name" {
124
+
variable"kms_key_name" {
121
125
type=string
122
126
default="sm-cos-key"
123
-
description="The name to give the Key which will be created for the Secrets Manager COS bucket. Not used if supplying an existing 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."
0 commit comments