Files
pulumi-docker-build/examples/yaml
Bryce Lampe 4e8cf8f4ba Fix a panic that could occur when context was omitted (#83)
I could have sworn the context property was required, but evidently it
isn't and we weren't handling the case when it was missing.

This PR updates things to set a default location of the current
directory if the context is absent. Some unit tests are also added.

Fixes #78.
2024-05-31 14:41:22 +00:00
..
2024-04-25 11:03:59 -07:00
2024-03-07 11:17:15 -08:00

YAML Example Program

Test Pulumi program written in YAML for testing this provider locally.

Edit this yaml program to test features of your provider locally. You can run this program using the following command:

pulumi login
pulumi stack init local
pulumi up

Note that unlike the rest of the auto-generated examples in the ./examples directory, this example is not automatically generated. It is intended to be a place for you to test your provider locally.

The remaining examples are language specific examples derived from the make gen_examples command supported in this provider's Makefile. These examples are automatically generated and should not be edited directly. To regenerate these examples, run make gen_examples in the root of this provider's repository.