Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Jul 15, 2024
1 parent 66c781b commit 468e337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/worker.tf
Original file line number Diff line number Diff line change
@@ -391,7 +391,7 @@ data "aws_ssm_parameter" "sixgill_client_id" { name = var.ssm_sixgill_client_id

data "aws_ssm_parameter" "intelx_api_key" { name = var.ssm_intelx_api_key }

data "aws_ssm_parameter" "spanse_api_key" { name = var.ssm_xpanse_api_key }
data "aws_ssm_parameter" "xpanse_api_key" { name = var.ssm_xpanse_api_key }

data "aws_ssm_parameter" "xpanse_auth_id" { name = var.ssm_xpanse_auth_id }

0 comments on commit 468e337

Please sign in to comment.