blob: 5cd1f02b666c2312a9bad31089e9c0031bb33cd8 [file] [log] [blame]
variable "value" {}
resource "aws_instance" "bar" {
value = "${var.value}"
}