https://pulumi.com logo
s

stocky-spoon-28903

05/30/2019, 4:21 PM
Copy code
import * as terraform from "@pulumi/terraform";
const remoteState = new terraform.state.RemoteStateReference("something", {
    type = "terraform backend name"
    // config here
});
💯 1