mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 18:33:08 -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!
|
|
}
|