Skip to content

Commit

Permalink
Update sqs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianofernandeszup authored Sep 1, 2021
1 parent 27806c9 commit 18aec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-data/sqs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sqs" {
source = "[email protected]:Orangestack-com/templates-domainservices-terraform-modules-org.git//eks-os-observability?ref=main"
source = "terraform-aws-modules/sqs/aws"

name = var.name
visibility_timeout = var.visibility_timeout
Expand All @@ -9,4 +9,4 @@ module "sqs" {
tags = {
Service = var.name
}
}
}

0 comments on commit 18aec0a

Please sign in to comment.