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
existing_kms_guid=((var.existing_cloud_logs_data_bucket_crn!=null&& var.existing_log_archive_cos_bucket_name!=null&& var.existing_at_cos_target_bucket_name!=null) || (!var.log_analysis_provision&&!var.enable_at_event_routing_to_cos_bucket&&!var.cloud_logs_provision)) ?null: var.existing_kms_instance_crn!=null?element(split(":", var.existing_kms_instance_crn), length(split(":", var.existing_kms_instance_crn)) -3) :tobool("The CRN of the existing KMS is not provided.")
21
+
existing_kms_guid=((var.existing_cloud_logs_metrics_bucket_crn!=null&& var.existing_cloud_logs_data_bucket_crn!=null&& var.existing_log_archive_cos_bucket_name!=null&& var.existing_at_cos_target_bucket_name!=null) || (!var.log_analysis_provision&&!var.enable_at_event_routing_to_cos_bucket&&!var.cloud_logs_provision)) ?null: var.existing_kms_instance_crn!=null?element(split(":", var.existing_kms_instance_crn), length(split(":", var.existing_kms_instance_crn)) -3) :tobool("The CRN of the existing KMS is not provided.")
description="A list of optional tags to add to the cloud log data object storage bucket."
143
143
}
144
144
145
+
variable"cloud_log_metrics_bucket_name" {
146
+
type=string
147
+
default="cloud-logs-metrics-bucket"
148
+
description="The name of the Cloud Object Storage bucket to create to store cloud logs metrics. Cloud Object Storage bucket names are globally unique. If the `add_bucket_name_suffix` variable is set to `true`, 4 random characters are added to this name to ensure that the name of the bucket is globally unique. If the prefix input variable is passed, the name of the bucket is prefixed to the value in the `<prefix>-value` format."
description="The crn of an existing bucket within the Cloud Object Storage instance to store IBM Cloud Logs metrics. If an existing Cloud Object Storage bucket is not specified, a bucket is created."
description="The endpoint of an existing Cloud Object Storage bucket to use for storing the IBM Cloud Logs metrics. If an existing Cloud Object Storage bucket is not specified, a bucket is created."
163
+
}
164
+
165
+
variable"cloud_log_metrics_bucket_class" {
166
+
type=string
167
+
default="smart"
168
+
description="The storage class of the newly provisioned cloud logs Cloud Object Storage bucket. Specify one of the following values for the storage class: `standard`, `vault`, `cold`, `smart` (default), or `onerate_active`."
0 commit comments