github.com/pmcatominey/terraform@v0.7.0-rc2.0.20160708105029-1401a52a5cc5/config/test-fixtures/empty-collections/main.tf (about)

     1  variable "empty_string" {
     2    default = ""
     3  }
     4  
     5  variable "empty_list" {
     6    default = []
     7  }
     8  
     9  variable "empty_map" {
    10    default = {}
    11  }