opentofu/internal/command/testdata/test/multiple_files/main.tf
Liam Cervante 6882dd9530
testing framework: introduce test command optional flags (#33504)
* testing framework: introduce test command optional flags

* address consistency checks
2023-07-19 10:07:46 +02:00

4 lines
51 B
HCL

resource "test_resource" "foo" {
value = "bar"
}