chilly-application-64311
05/03/2023, 10:01 AMget
function for a Dynamic Resource? (*https://www.pulumi.com/docs/intro/concepts/resources/get/)
I need to fetch data about a particular resource but not necessarily import it into the state. I would really appreciate a short example of how this can be done.echoing-dinner-19531
05/03/2023, 7:48 PMdef read(self, id_: str, props: Any) -> ReadResult:
get
with dynamic isn't really tested and we don't have any examples of it.chilly-application-64311
05/04/2023, 8:11 AMpulumi up
? I assume that my dynamic resource will not get updated once I created it.echoing-dinner-19531
05/04/2023, 8:21 AMup
the engine calls the Update method.chilly-application-64311
05/04/2023, 8:27 AMtimestamp
into the resource ID? IMO this will do the trick 😉echoing-dinner-19531
05/04/2023, 2:15 PM