github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/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  }