blob: 3b0cc666450038264b94859d1c342ebb9c854db4 [file] [log] [blame]
variable "a_id" {}
resource "aws_instance" "b" {
foo = "echo ${var.a_id}"
}