blob: 3e6809599ca75b48f206a3b46dd7740399a95189 [file] [log] [blame]
variable "input" {
type = string
}
resource "test_resource" "module_resource" {
id = "df6h8as9"
value = var.input
}