pulumi/tests/integration/get_resource/python/Pulumi.yaml
Pat Gavlin 20f7720869
Add support for getResource to the Python SDK. (#5694)
Just what it says on the tin.

The SDK code generator will be updated to use the new `urn`
resource option inside of each module's implementation of
`ResourceModule.construct`.

Part of #2430.

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-11-20 13:13:23 -08:00

4 lines
120 B
YAML

name: get_resource
description: A simple Python program that gets an existing resource from the engine.
runtime: python