github.com/beauknowssoftware/makehcl@v0.0.0-20200322000747-1b9bb1e1c008/internal/parse2/testdata/diamond_import/make.hcl (about)

     1  import {
     2    file = "import.hcl"
     3  }
     4  
     5  import {
     6    file = "diamond.hcl"
     7  }