github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/e2etest/testdata/terraform-provider/main.tf (about)

     1  provider "terraform" {
     2  
     3  }
     4  
     5  data "terraform_remote_state" "test" {
     6    backend = "local"
     7    config = {
     8      path = "test.tfstate"
     9    }
    10  }