github.com/opentofu/opentofu@v1.7.1/internal/command/e2etest/testdata/tf-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  }