Skip to content

Commit

Permalink
add force destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
env0-bot committed Jun 25, 2024
1 parent bef9f11 commit 60e97c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/013_downstream_environments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "env0_project" "test_project" {
name = "Test-Project-${random_string.random.result}"
description = "Test Description ${var.second_run ? "after update" : ""}"
wait = true
force_destroy = true
}

resource "env0_template" "template" {
Expand Down
1 change: 1 addition & 0 deletions tests/integration/014_environment_scheduling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "random_string" "random" {
resource "env0_project" "test_project" {
name = "Test-Project-for-environment-scheduling-${random_string.random.result}"
wait = true
force_destroy = true
}

resource "env0_template" "template" {
Expand Down

0 comments on commit 60e97c6

Please sign in to comment.