github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/third-party-package-pp/third-party-package.pp (about)

     1  resource Other "other:index:Thing" {
     2  	idea = "Support Third Party"
     3  }
     4  
     5  resource Question "other:module:Object" {
     6      answer = 42
     7  }
     8  
     9  resource Question2 "other:module/sub:Object" {
    10      answer = 24
    11  }
    12  
    13  resource Provider "pulumi:providers:other" {
    14     objectProp = {
    15          prop1 = "foo"
    16          prop2 = "bar"
    17          prop3 = "fizz"
    18     }
    19  }