Skip to content

Commit

Permalink
Revert test for auto destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxmh committed Dec 20, 2024
1 parent 63b9299 commit cfd4c95
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/provider/resource_tfe_workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3256,15 +3256,9 @@ resource "tfe_organization" "foobar" {
email = "[email protected]"
}
resource "tfe_project" "new_project" {
name = "testproject"
organization = tfe_organization.foobar.id
}
resource "tfe_workspace" "foobar" {
name = "workspace-test"
organization = tfe_organization.foobar.id
project_id = tfe_project.new_project.id
auto_apply = true
file_triggers_enabled = false
auto_destroy_at = "2100-01-01T00:00:00Z"
Expand Down Expand Up @@ -3302,15 +3296,9 @@ resource "tfe_organization" "foobar" {
email = "[email protected]"
}
resource "tfe_project" "new_project" {
name = "testproject"
organization = tfe_organization.foobar.id
}
resource "tfe_workspace" "foobar" {
name = "workspace-test"
organization = tfe_organization.foobar.id
project_id = tfe_project.new_project.id
auto_apply = true
file_triggers_enabled = false
auto_destroy_activity_duration = "%s"
Expand Down

0 comments on commit cfd4c95

Please sign in to comment.