Skip to content

Commit 092305f

Browse files
committed
added notes II
1 parent cf5ba5b commit 092305f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/id_sync_lambda.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)