Files
opentf/internal/command/testdata/init-with-tests-with-module/main.tf
Liam Cervante 5acc95dda7 [Testing Framework] Add module block to test run blocks (#33456)
* [testing framework] prepare for beta phase of development

* [Testing Framework] Add module block to test run blocks
2023-07-10 11:42:05 +01:00

4 lines
49 B
HCL

resource "test_instance" "foo" {
ami = "bar"
}