Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yaml example that does math and uses pulumi-std functions #1738

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

MitchellGerdisch
Copy link
Contributor

@MitchellGerdisch MitchellGerdisch commented Dec 11, 2024

In addition to programming languages such as Python, Go, Typescript, C#, Pulumi also supports YAML.
However, YAML is limited when it comes to constructs such as loops and conditionals and it is not always obvious how one can do math in a Pulumi YAML program.
Similarly, using the pulumi-std library can be a little tricky.

This project is meant to provide some YAML program examples for these use-cases.

Copy link
Member

@mjeffryes mjeffryes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks like it will be helpful reference for users.

@mjeffryes mjeffryes merged commit cc321b2 into master Dec 13, 2024
42 checks passed
@mjeffryes mjeffryes deleted the mitch/yaml-math-object-example branch December 13, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants