terraform/command/testdata/show-json/nested-modules/modules/more-modules/main.tf

5 lines
76 B
HCL

variable "ok" {
default = "something"
description = "description"
}