You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/tfquery-fmt/main_in.tfquery.hcl

15 lines
166 B

variable "value" {
type = string
default = "value"
}
list foo_list "some_list_block" {
provider=foo
config {
condition = var.value
filter = 42
}
}