Skip to content

Commit 40c20d6

Browse files
author
Heider Oliveira
committed
fix: add missing newline at end of file in main.tf
1 parent 72f4e9c commit 40c20d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resource "random_string" "bucket_suffix" {
66
length = 8
77
special = false
88
upper = false
9-
}
9+
}

0 commit comments

Comments
 (0)