mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-22 06:40:42 -04:00
* Make the test command fail if resources could not be cleaned up * remove redundant return statement
5 lines
96 B
HCL
5 lines
96 B
HCL
|
|
resource "test_resource" "resource" {
|
|
value = "Hello, world!"
|
|
destroy_fail = true
|
|
}
|