
Launch Darkly v0.0.5, Dec 17 22
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"
)