File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,15 @@ data "aws_iam_policy_document" "kms" {
127127 test = " ArnEquals"
128128 variable = " kms:EncryptionContext:aws:sqs:arn"
129129 values = [
130- module . backend_api . letter_file_validation_queue_arn
130+ " arn:aws:sqs: ${ var . region } : ${ var . aws_account_id } : ${ local . csi } -validate-letter-template-files-queue "
131131 ]
132132 }
133133
134134 condition {
135135 test = " ArnEquals"
136136 variable = " aws:SourceArn"
137137 values = [
138- module . backend_api . upload_scan_passed_rule_arn
138+ " arn:aws:events: ${ var . region } : ${ var . aws_account_id } :rule/ ${ local . csi } -api-quarantine-scan-passed-for-upload "
139139 ]
140140 }
141141 }
Original file line number Diff line number Diff line change @@ -37,12 +37,3 @@ output "templates_table_name" {
3737output "quarantine_bucket_name" {
3838 value = module. s3bucket_quarantine . id
3939}
40-
41- output "upload_scan_passed_rule_arn" {
42- value = aws_cloudwatch_event_rule. guardduty_quarantine_scan_passed_for_upload . arn
43- }
44-
45- output "letter_file_validation_queue_arn" {
46- value = module. sqs_validate_letter_template_files . sqs_queue_arn
47- }
48-
You can’t perform that action at this time.
0 commit comments