dry-pilot-49577
04/22/2023, 12:24 AMignoreChanges
on the Purrl resource does what I'm looking for
2. What's the best pattern for getting the Purrl response
object and turning it into JSON? Should I be doing pulumi.parseJson
, or is there a static method on Purrl I missed
3. errorResponse
or other location the response text is located for logging purposes? AFAIK response
and deleteResponse
only get set on a matching response code.many-telephone-49025
04/25/2023, 5:14 PMParseJson
should be the key here.dry-pilot-49577
04/26/2023, 5:55 PM<https://api.service.com/rest/object/{id}>
I worked around it by making an API call out of pulumi, but wanted to make sure I didn't miss something.many-telephone-49025
04/26/2023, 5:58 PM