github.com/ctrox/terraform@v0.11.12-beta1/configs/test-fixtures/valid-files/locals.tf (about)

     1  
     2  locals {
     3    # This block intentionally left blank
     4  }
     5  
     6  locals {
     7    foo = "foo"
     8    bar = true
     9  }
    10  
    11  locals {
    12    baz    = "oink"
    13    dunno  = "🤷"
    14    rowing = "🚣‍♀️"
    15    π      = 3.14159265359
    16  }