Skip to content

Commit

Permalink
fix shodan queue url import from ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 6, 2023
1 parent 5f80360 commit d334a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ data "aws_ssm_parameter" "worker_signature_public_key" { name = var.ssm_worker_s

data "aws_ssm_parameter" "worker_signature_private_key" { name = var.ssm_worker_signature_private_key }

data "aws_ssm_parameter" "shodan_queue_url" { name = var.ssm_shodan_queue_url }

resource "aws_s3_bucket" "export_bucket" {
bucket = var.export_bucket_name
tags = {
Expand Down

0 comments on commit d334a25

Please sign in to comment.