github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/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  }