Skip to content

Commit 8a54784

Browse files
committed
test
1 parent 0603fee commit 8a54784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
resource "random_id" "resource_suffix" {
55
byte_length = 3
6-
}
6+
}
77

88
locals {
99
resource_suffix = var.resource_suffix != "" ? var.resource_suffix : random_id.resource_suffix.hex

0 commit comments

Comments
 (0)