Skip to content

Commit

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





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

0 comments on commit c9b70c9

Please sign in to comment.