From 51c74cd672ae13d99edb3f8aa94eb2acc25f9f86 Mon Sep 17 00:00:00 2001 From: Derek Morgan Date: Fri, 4 Nov 2022 14:55:53 -0500 Subject: [PATCH 1/2] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 63bdd62..9b81670 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ module "numbers" { source = "./random_numbers" - count = 10 + count = 8 } # module "passwords" { From 5f029559701f2edf67a403a74c047c9f4b845e7a Mon Sep 17 00:00:00 2001 From: Derek Morgan Date: Fri, 4 Nov 2022 14:58:49 -0500 Subject: [PATCH 2/2] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 9b81670..a240f58 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ module "numbers" { source = "./random_numbers" - count = 8 + count = 16 } # module "passwords" {