Launch Darkly v0.0.6 published on Sunday, Feb 19, 2023 by lbrlabs
Launch Darkly
The Launch Darkly provider for Pulumi can be used to provision any of the cloud resources available in Launch Darkly. The Launch Darkly provider must be configured with credentials to deploy and update resources in Launch Darkly.
Example
import * as launchdarkly from "@lbrlabs/pulumi-lauchdarkly";
const sa = new launchdarkly.AccessToken("example", {
role: "Reader",
})
import lbrlabs_pulumi_launchdarkly as launchdarkly
service_account = launchdarkly.ServiceAccount(
"example",
role="Reader"
)