Skip to content

Commit

Permalink
fix(aws): use SQS URL instead of ARN
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune committed Apr 24, 2020
1 parent 8a16083 commit 2f84816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ resource "lacework_integration_aws_cfg" "default" {

resource "lacework_integration_aws_ct" "default" {
name = var.lacework_integration_cloudtrail_name
queue_url = aws_sqs_queue.lacework_cloudtrail_sqs_queue.arn
queue_url = aws_sqs_queue.lacework_cloudtrail_sqs_queue.id
credentials {
role_arn = aws_iam_role.lacework_iam_role.arn
external_id = var.external_id
Expand Down

0 comments on commit 2f84816

Please sign in to comment.