github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/configs/testdata/valid-files/backend.tf (about)

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