github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/configs/test-fixtures/valid-files/backend.tf (about)

     1  
     2  terraform {
     3    backend "example" {
     4      foo = "bar"
     5  
     6      baz {
     7        bar = "foo"
     8      }
     9    }
    10  }