File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ resource "aws_iam_policy" "id_sync_lambda_exec_policy" {
182182 },
183183 # New: required for SQS queue and its KMS key
184184
185- # Notes:
186- # - the SQS queue is defined in terraform/sqs_id_sync.tf in branch VED-80-id-sync-sqs
185+ # Notes: these elements are currently defined in branch VED-80-id-sync-sqs
186+ # - the SQS queue in terraform/sqs_id_sync.tf
187187 # - the KMS key in terraform/temp_id_sync_sqs_kms.tf; this will eventually be replaced by
188188 # the version of infra/kms.tf in branch VED-80-id-sync-sqs-infra
189- # - aws_kms_key.existing_id_sync_sqs_encryption_key defined in terraform/variables.tf
189+ # - aws_kms_key.existing_id_sync_sqs_encryption_key in terraform/variables.tf
190190
191191 {
192192 Effect = " Allow" ,
You can’t perform that action at this time.
0 commit comments