We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ad0c commit dbde5a0Copy full SHA for dbde5a0
main.tf
@@ -10,6 +10,8 @@ resource "random_integer" "example" {
10
11
12
13
+
14
15
locals {
16
example = format("%v %v", var.example, join("", random_integer.example[*].result))
17
}
0 commit comments