Harness v0.2.6 published on Tuesday, Sep 10, 2024 by Pulumi
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 "@pulumi/harness";
const secret = new harness.platform.SecretText("example", {
identifier: "ts_example",
valueType: "Inline",
value: "correct-horse-battery-stable",
secretManagerIdentifier: "harnessSecretManager",
})