You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/config/testdata/hcl2-experiment-switch/opted-in.tf

8 lines
192 B

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