blob: 82b012575a4808b22c36a62d773f7ebc69f10253 [file] [log] [blame]
variable "input" {
type = string
}
resource "test_resource" "resource" {
id = "resource"
write_only = var.input
}