blob: 6a88bc926b86fe509071b1a1d8ce3adecab7442c [file] [log] [blame]
variable "foo" {}
provider "aws" {
foo = "${var.foo}"
}
resource "aws_instance" "foo" {
id = "bar"
}