blob: 048b26dec80af7686f548905fef51221af78c33a [file] [log] [blame]
variable "value" {}
resource "aws_vpc" "bar" {
value = "${var.value}"
}