Skip to content

Commit

Permalink
acceptance-test (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Apr 10, 2024
1 parent d24fac8 commit dc53566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ resource "random_integer" "example" {
}
}



locals {
example = format("%v %v", var.example, join("", random_integer.example[*].result))
}

0 comments on commit dc53566

Please sign in to comment.