diff --git a/.secrets.baseline b/.secrets.baseline index 4921aabb..54220656 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "go.sum|^.secrets.baseline$", "lines": null }, - "generated_at": "2023-12-11T05:17:42Z", + "generated_at": "2023-12-12T05:17:42Z", "plugins_used": [ { "name": "AWSKeyDetector" diff --git a/solutions/standard/variables.tf b/solutions/standard/variables.tf index 261a3d16..8f09c027 100644 --- a/solutions/standard/variables.tf +++ b/solutions/standard/variables.tf @@ -197,7 +197,7 @@ variable "skip_cos_kms_auth_policy" { variable "cos_instance_name" { type = string - default = "base-security-services-cos" + default = "base-event-notifications-cos" description = "The name to use when creating the Object Storage instance. If a `prefix` input variable is specified, it is added to this name in the `-value` format." }