pulumi/tests/integration/secret_outputs/python/Pulumi.yaml
Justin Van Patten 97c006b5ce
[sdk/python] Fix secret regression (#5496)
A recent change to output deserialization resulted in secrets being returned unwrapped. This change addresses the regression, ensuring any unwrapped secret values are rewrapped before being returned.
2020-10-01 14:57:51 -07:00

4 lines
103 B
YAML

name: secret-outputs-py
description: A simple Python program that tests secret outputs
runtime: python