Skip to content

Commit 21fad7a

Browse files
authored
fix: updated the default COS instance name that is used by the DA (#290)
1 parent cbc8119 commit 21fad7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-12-11T05:17:42Z",
6+
"generated_at": "2023-12-12T05:17:42Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

solutions/standard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ variable "skip_cos_kms_auth_policy" {
197197

198198
variable "cos_instance_name" {
199199
type = string
200-
default = "base-security-services-cos"
200+
default = "base-event-notifications-cos"
201201
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 `<prefix>-value` format."
202202
}
203203

0 commit comments

Comments
 (0)