Viewing docs for Launch Darkly v0.0.6
published on Sunday, Feb 19, 2023 by DEPRECATED
published on Sunday, Feb 19, 2023 by DEPRECATED
Launch Darkly
I want to use the Pulumi Launch Darkly package (launchdarkly) in my project.
## Provider details
- Package: launchdarkly
- Version: v0.0.6
- Publisher: DEPRECATED
- Source: pulumi
- Repository: https://github.com/lbrlabs/pulumi-launchdarkly
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for Launch Darkly v0.0.6
published on Sunday, Feb 19, 2023 by DEPRECATED
published on Sunday, Feb 19, 2023 by DEPRECATED
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"
)
Viewing docs for Launch Darkly v0.0.6
published on Sunday, Feb 19, 2023 by DEPRECATED
published on Sunday, Feb 19, 2023 by DEPRECATED