github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/third-party-package-pp/python/third-party-package.py (about) 1 import pulumi 2 import third_party as other 3 4 other = other.Thing("Other", idea="Support Third Party") 5 question = other.module.Object("Question", answer=42) 6 question2 = other.module.sub.Object("Question2", answer=24) 7 provider = other.Provider("Provider", object_prop={ 8 "prop1": "foo", 9 "prop2": "bar", 10 "prop3": "fizz", 11 })