A Pulumi component library providing standard functions for Pulumi programs, such as string manipulation, base64 encoding, JSON operations, and more. Current version 2.3.2, requires Python >=3.9. Released irregularly as part of the Pulumi ecosystem.
pip install pulumi-stdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encode a string using the base64encode function.
Use pulumi.Output.apply() if you need to chain transformations inside a Pulumi program.
Change imports from e.g. 'from pulumi_std.string import ...' to 'from pulumi_std import ...'.