Skip to content

Commit

Permalink
feature #3 - update value of sqs arn in ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 69d7865 commit e75e2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ssm.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_ssm_parameter" "update-exchange-rate-queue-arn-ssm" {
name = "/exchangeRate/infra/sqs/updateExchangeRateQueueArn"
type = "String"
value = aws_sqs_queue.shell_credits_refund_queue.arn
value = aws_sqs_queue.update-exchange-rate-queue.arn
overwrite = true
}

Expand Down

0 comments on commit e75e2b2

Please sign in to comment.