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