Skip to content

Commit 53f6cdd

Browse files
authored
fix: updated DA variable description (#124)
1 parent a6b1c9e commit 53f6cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@ variable "existing_event_notification_instance_crn" {
237237

238238
variable "skip_event_notification_iam_authorization_policy" {
239239
type = bool
240-
description = "Set to true to skip the creation of an IAM authorization policy that permits all Secrets Manager instances (scoped to the resource group) an 'Event Source Manager' role to the given Event Notifications instance passed in the `existing_en_instance_crn` input variable."
240+
description = "Set to true to skip the creation of an IAM authorization policy that permits all Secrets Manager instances (scoped to the resource group) an 'Event Source Manager' role to the given Event Notifications instance passed in the `existing_event_notification_instance_crn` input variable."
241241
default = false
242242
}

0 commit comments

Comments
 (0)