Registry / cloud / pulumi-pulumi-sdk

pulumi-pulumi-sdk

JSON →
library1.14.1gogounverified

The core SDK for building infrastructure as code using Pulumi.

go get github.com/pulumi/pulumi/sdk
INSTALL
IMPORT
SIG · PULUMI-PULUMI-SDK
P
pulumi-pulumi-sdk
cloudgov1.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pulumi
✓ github.com/pulumi/pulumi/sdk/v3/go/pulumi

Define a simple Pulumi program that exports a string.

package main import ( "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { ctx.Export("hello", pulumi.String("world")) return nil }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
pulumi-pulumi-sdk — go get pulumi-pulumi-sdk · libregistry