Skip to content

Commit 9cbf115

Browse files
committed
remove count from random because the count is not being used
1 parent b8b8c15 commit 9cbf115

File tree

1 file changed

+0
-1
lines changed
  • modules/account-iam-resources

1 file changed

+0
-1
lines changed

modules/account-iam-resources/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ resource "aws_iam_role_policy_attachment" "account_role_policy_attachment" {
6868
}
6969

7070
resource "random_string" "default_random" {
71-
count = 1
7271
length = 4
7372
special = false
7473
upper = false

0 commit comments

Comments
 (0)