From 26762805bfcaf77a106954dd307627140939b21e Mon Sep 17 00:00:00 2001 From: Aram Karapetyan Date: Mon, 23 Sep 2024 18:50:44 +0400 Subject: [PATCH] fix(DMVP-5181): Add sqs event support --- s3.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/s3.tf b/s3.tf index 8f8bfcc..561a228 100644 --- a/s3.tf +++ b/s3.tf @@ -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