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
Copy file name to clipboardExpand all lines: solutions/standard/main.tf
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ locals {
6
6
validate_resource_group=(var.existing_secrets_manager_crn==null&& var.resource_group_name==null) ?tobool("Resource group name can not be null if existing secrets manager CRN is not set.") :true
7
7
# tflint-ignore: terraform_unused_declarations
8
8
validate_event_notifications=(var.existing_event_notification_instance_crn==null&& var.enable_event_notification) ?tobool("To enable event notifications, an existing event notifications CRN must be set.") :true
9
-
# tflint-ignore: terraform_unused_declarations
10
-
validate_event_notifications_disabled=(var.existing_event_notification_instance_crn!=null&&!var.enable_event_notification) ?tobool("When an existing event notifications CRN is set, enable_event_notification should be true.") :true
0 commit comments