blob: 4211fae0863cd6e0dacd38a766f969726187a663 [file] [log] [blame]
variable "a" {
type = string
}
resource "test_thing" "a" {
arg = var.a
}