Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Aug 22, 2024
1 parent 1a1e776 commit e9573da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/012_environment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "env0_environment" "auto_glob_envrironment" {
force_destroy = true
}

resource "env0_environment" "environment" {
resource "env0_environment" "example" {
depends_on = [env0_template_project_assignment.assignment]
force_destroy = true
name = "environment-${random_string.random.result}"
Expand Down

0 comments on commit e9573da

Please sign in to comment.