blob: 3d98070d87644160c5bf78cc2eb7afa5af27a4fd [file] [log] [blame]
variable "input" {
type = string
}
resource "test_resource" "foo" {
value = var.input
}