Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Nov 15, 2023
1 parent 22b970e commit 86d6e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/027_custom_flow/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ resource "env0_custom_flow" "test" {
}

data "env0_custom_flow" "test" {
name = env0_custom_flow.test.name
name = env0_custom_flow.test.name
depends_on = [env0_custom_flow.test]
}

resource "env0_custom_flow_assignment" "assignment" {
depends_on = [env0_custom_flow.test]
scope_id = env0_project.project.id
template_id = data.env0_custom_flow.test.id
}

0 comments on commit 86d6e22

Please sign in to comment.