opentofu/config/testdata/variable-no-name.tf
2019-06-30 10:16:15 +02:00

9 lines
99 B
HCL

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