blob: cd1e56eec90e3c122e6784898936fedacd9dd5ce [file] [log] [blame]
variable "var" {}
resource "aws_instance" "foo" {
value = "${var.var}"
}