Files
opentf/terraform/test-fixtures/graph-diff-module/child/main.tf
2014-09-26 09:20:01 -07:00

6 lines
69 B
HCL

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