github.com/leg100/ots@v0.0.7-0.20210919080622-034055ced4bd/agent/testdata/main.tf (about)

     1  terraform {
     2    backend "remote" {
     3      hostname = "app.terraform.io"
     4      organization = "automatize"
     5  
     6      workspaces {
     7        prefix = "etok-example-"
     8      }
     9    }
    10  }