blob: 337bbe754e70434eadfb31634746dc64b62204fd [file] [log] [blame]
resource "test_object" "b" {
test_string = "foo"
}
output "output" {
value = "${test_object.b.test_string}"
}