harness logo
Harness v0.0.5, Oct 31 22

Harness

The Harness provider for Pulumi can be used to provision any of the cloud resources available in Scaleway. The Harness provider must be configured with credentials to deploy and update resources in Harness.

Example

import * as pulumi from "@pulumi/pulumi";
import * as harness from "@lbrlabs/pulumi-harness";

const secret = new harness.platform.SecretText("example", {
    identifier: "ts_example",
    valueType: "Inline",
    value: "correct-horse-battery-stable",
    secretManagerIdentifier: "harnessSecretManager",
})