blob: 6327b7c1e86d1015415a74cdf714c1ef74e35121 [file] [log] [blame]
variable "foo" {
default = {}
}
locals {
baz = var.foo.bar.baz
}
resource "test_instance" "foo" {
foo = local.baz
}