Skip to content

Commit c882518

Browse files
committed
Increased random id byte length to 16
1 parent 5af14eb commit c882518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data external pip-install {
77
}
88

99
resource random_id default {
10-
byte_length = 8
10+
byte_length = 16
1111

1212
keepers = {
1313
libraries = join(", ", sort(var.libraries))

0 commit comments

Comments
 (0)