Skip to content

Commit

Permalink
fix(DMVP-5181): Add sqs event support
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Sep 23, 2024
1 parent 8ebdfc6 commit 2676280
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions s3.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module "s3" {
# source = "dasmeta/s3/aws"
# version = "1.2.2"
source = "git::https://github.com/dasmeta/terraform-aws-s3.git?ref=DMVP-5181"
source = "dasmeta/s3/aws"
version = "1.2.3"

name = var.domain
acl = var.s3_configs.acl
Expand Down

0 comments on commit 2676280

Please sign in to comment.