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

8 lines
113 B
HCL

output "output" {
value = "${aws_instance.foo.foo}"
}
resource "aws_instance" "foo" {
compute = "foo"
}