terraform/config/testdata/variable-no-name.tf

9 lines
99 B
HCL

variable "okay" {
}
variable {
name = "test"
default = "test_value"
type = "string"
}