We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef9f11 commit b11c7f8Copy full SHA for b11c7f8
tests/integration/013_downstream_environments/main.tf
@@ -8,6 +8,7 @@ resource "env0_project" "test_project" {
8
name = "Test-Project-${random_string.random.result}"
9
description = "Test Description ${var.second_run ? "after update" : ""}"
10
wait = true
11
+ force_destroy = true
12
}
13
14
resource "env0_template" "template" {
tests/integration/014_environment_scheduling/main.tf
@@ -7,6 +7,7 @@ resource "random_string" "random" {
7
resource "env0_project" "test_project" {
name = "Test-Project-for-environment-scheduling-${random_string.random.result}"
0 commit comments