Skip to content

Commit

Permalink
Revert "clean state"
Browse files Browse the repository at this point in the history
This reverts commit 4e2dc12.
  • Loading branch information
jdocampo committed Dec 21, 2022
1 parent 4e2dc12 commit 22189ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/databricks/test/unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ func TestModule(t *testing.T) {

// At the end of the test, run `terraform destroy` to clean up any resources that were created
defer terraform.Destroy(t, terraformOptions)
// At the end of the test, run `terraform state rm module.databricks.databricks_workspace_conf.adb_ws_conf` to clean up state for workspace config
defer terraform.RunTerraformCommand(t, terraformOptions, terraform.FormatArgs(terraformOptions, "state", "rm", "module.databricks.databricks_workspace_conf.adb_ws_conf")...)

// Is used mainly for debugging, fail early if plan is not possible
terraform.InitAndPlan(t, terraformOptions)
Expand Down

0 comments on commit 22189ef

Please sign in to comment.