registry
registry copied to clipboard
The global index of everything you can do with Pulumi.
We list function signatures as, e.g.: ```typescript function getAmi(args: GetAmiArgs, opts?: InvokeOptions): Promise function getAmiOutput(args: GetAmiOutputArgs, opts?: InvokeOptions): Output ``` `getAmiOutput` actually takes `InvokeOuptutOptions`. (I did not check the other...
These changes migrate this repo's GitHub Actions Workflows to use ESC secrets instead of GitHub Secrets. The changes are largely mechanical: - Common configuration for all ESC actions within a...
``` www.pulumi.com home page 1) "before each" hook for "loads and applies CSS" 0 passing (1m) 1 failing 1) www.pulumi.com home page "before each" hook for "loads and applies CSS":...
`(*modContext).cleanTypeString` should not be necessary. As long as `codegen.DocLanguageHelper.GetTypeName` is called with the correct module (the same one as the type being named), it should always return a clean type...