github.com/hartzell/terraform@v0.8.6-0.20180503104400-0cc9e050ecd4/config/test-fixtures/variable-no-name.tf (about) 1 variable "okay" { 2 } 3 4 variable { 5 name = "test" 6 default = "test_value" 7 type = "string" 8 }