o/ are there any things like that in pulumi ? <htt...
# general
l
e
No because you can just use your languages normal http libraries to do this. The only reason you'd need a provider is if you wanted to make sure the http call output was only done when the input query changed and then cached for later updates. We have been thinking about how we could do that in a general way so if if that's what you need let us know!
l
Make sense. I was basically, trying to workaround this one: https://github.com/cloudflare/terraform-provider-cloudflare/issues/850 which i can easily do in python. Thx again