Skip to content

Commit 1db16d6

Browse files
authored
Update main.tf
1 parent bbcb31b commit 1db16d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/main.tf

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#Main
2-
32
#AWS Provider
43
provider "aws" {
54
region = var.aws_region
65
}
7-
86
# Create a random id
97
resource "random_id" "build_suffix" {
108
byte_length = 2

0 commit comments

Comments
 (0)