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

     1  
     2  # The use of an equals to assign "locals" is something that would be rejected
     3  # by the HCL2 parser (equals is reserved for attributes only) and so we can
     4  # use it to verify that the old HCL parser was used.
     5  locals {
     6    foo = "bar"
     7  }