Skip to content

Commit

Permalink
Update sqs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Jun 25, 2024
1 parent 8382920 commit bca4b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf_files/gen3/sqs.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module "audit-sqs" {
source = "../aws/sqs"
source = "../aws/modules/sqs"
sqs_name = "audit"
}

module "ssjdispatcher-sqs" {
source = "../aws/sqs"
source = "../aws/modules/sqs"
sqs_name = "ssjdispatcher"
}

0 comments on commit bca4b6f

Please sign in to comment.