Files
opentf/internal/command/testdata/show-config-module/main.tf
baa-ableton 3bdd0073a5 command: tofu show -config (#2820)
Signed-off-by: Babur Ayanlar <babur.ayanlar@ableton.com>
2025-06-02 10:15:46 -07:00

7 lines
90 B
HCL

resource "test_instance" "foo" {
foo = "bar"
}
module "child" {
source = "./child"
}