blob: b84d4f3c416b0d15519848604bbf2bc1b9429f86 [file] [log] [blame] [edit]
variable "input" {
type = string
}
resource "foo_resource" "a" {
value = var.input
}
resource "bar_resource" "c" {}