Files
opentf/terraform/testdata/graph-diff-module-dep-module/foo/main.tf
2019-06-30 10:16:15 +02:00

6 lines
59 B
HCL

output "data" {
value = "foo"
}
aws_instance "foo" {}