mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-17 03:29:56 -04:00
* testing framework: call validate on the configuration before running terraform test * address comments * make tests pass after merge * fix tests
4 lines
73 B
HCL
4 lines
73 B
HCL
|
|
resource "test_resource" "setup" {
|
|
value = var.not_real // Oh no!
|
|
}
|