terraform/config/test-fixtures/variable-no-name.tf

6 lines
78 B
HCL

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