From 7790287e848d0281f0cb2e5298427d7c1c9b21f8 Mon Sep 17 00:00:00 2001 From: George Taylor Date: Mon, 29 Jan 2024 15:22:40 +0000 Subject: [PATCH] Update main.tf --- test/unit-test/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit-test/main.tf b/test/unit-test/main.tf index ce3018b..dc70d7a 100644 --- a/test/unit-test/main.tf +++ b/test/unit-test/main.tf @@ -15,7 +15,7 @@ module "bastion_linux" { name = "bastion_linux_${count.index + 1}" # s3 - used for logs and user ssh public keys - bucket_name = "bastion" + bucket_name = "bastion_${count.index + 1}" bucket_versioning = true bucket_force_destroy = true # public keys