Files

8 lines
93 B
HCL

variable "input" {
type = string
}
resource "test_resource" "foo" {
value = var.input
}