6 lines
79 B
HCL
6 lines
79 B
HCL
variable "a_id" {}
|
|
|
|
resource "aws_instance" "b" {
|
|
foo = "echo ${var.a_id}"
|
|
}
|