github.com/lakshmikarc/terraform-2@v0.11.9-0.20181005183753-e0b7475984b7/config/test-fixtures/hcl2-experiment-switch/opted-in.tf (about)

     1  #terraform:hcl2
     2  
     3  locals {
     4    # This direct expression is something that would be rejected by the old HCL
     5    # parser, so we can use it as a marker that the HCL2 parser was used.
     6    foo = 1 + 2
     7  }