-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
kind/enhancementImprovements or new featuresImprovements or new features
Description
- Add a variation of PulumiTest which doesn't take a source, but instead takes a struct describing a Pulumi YAML program.
- Add supporting methods for modifying the Pulumi YAML program such as
pt.AddResource(name string, resource Resource)andpt.UpdateResource(name string, resource Resource)orpt.UpdatePath(path string, value any). - Consider creating a new PulumiTest variation for inline programs which extends the base PulumiTest with the additional YAML-specific methods.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements or new featuresImprovements or new features