blob: e722fe8e1d1008dfa2ee34dc5ac714c4231882bb [file] [log] [blame]
variable "a" {
}
resource "test_thing" "foo" {
string = var.a
}
output "a" {
value = {
a = var.a
foo = test_thing.foo
}
}