From fcb260ee3bd0bcf293bcd8260250ba79502667ea Mon Sep 17 00:00:00 2001 From: guyrenny <127672145+guyrenny@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:19:58 +0300 Subject: [PATCH] test the test action --- modules/s3/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/s3/main.tf b/modules/s3/main.tf index f57d3e70..e05d10de 100644 --- a/modules/s3/main.tf +++ b/modules/s3/main.tf @@ -3,6 +3,7 @@ module "locals" { integration_type = var.integration_type random_string = random_string.this.result + } locals {