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

6 lines
69 B
HCL

resource "aws_instance" "foo" {}
output "bar" {
value = "baz"
}