terraform/command/testdata/validate-valid/with-tfvars-file/main.tf

5 lines
54 B
HCL

variable "var_without_default" {
type = "string"
}