Skip to content

Commit c9b70c9

Browse files
authored
Test release workflow (#67)
1 parent e74f46c commit c9b70c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.tf

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ resource "random_integer" "example" {
88
}
99
}
1010

11-
12-
13-
14-
1511
locals {
1612
example = format("%v %v", var.example, join("", random_integer.example[*].result))
1713
}

0 commit comments

Comments
 (0)