Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs
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",
})