Skip to content

Support modifying yaml programs #99

@danielrbradley

Description

@danielrbradley
  • 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) and pt.UpdateResource(name string, resource Resource) or pt.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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions