mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 14:13:16 -06:00
9be399d49c
Much like TestParserLoadConfigFileSuccess, this is intended to be an easy-to-maintain collection of bad examples to test different permutations of our error handling. As with TestParserLoadConfigFileSuccess, we should also have more specific tests alongside this that check that the error outcome is what was expected, since this test just accepts any error and may thus not be testing what we think it is.
6 lines
96 B
HCL
6 lines
96 B
HCL
resource "example" "example" {
|
|
lifecycle {
|
|
create_before_destroy = "ABSOLUTELY NOT"
|
|
}
|
|
}
|