Skip to content

Commit

Permalink
add wait
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jul 30, 2024
1 parent 754240c commit 8a5d7fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "random_string" "random" {

resource "env0_project" "project" {
name = "project-environment-output-${random_string.random.result}"
wait = true
}

data "env0_environment" "output_environment" {
Expand Down

0 comments on commit 8a5d7fe

Please sign in to comment.