terraform/internal/command/testdata/test/destroy_fail/main.tf
Liam Cervante a560730376
Make the test command fail if resources could not be cleaned up (#33809)
* Make the test command fail if resources could not be cleaned up

* remove redundant return statement
2023-09-08 19:57:23 +02:00

5 lines
96 B
HCL

resource "test_resource" "resource" {
value = "Hello, world!"
destroy_fail = true
}