Can I use terraform providers without first buildi...
# general
f
Can I use terraform providers without first building some bridging code using https://github.com/pulumi/pulumi-terraform-bridge ?
b
nope
you need to bridge the provider
f
😢 😄
Thanks for explaining, luckily the provider I want is already bridged though
b
which one?
f
AFAICT
b
azAPI is basically Terraform’s implementation of Azure native without the proper typing support
you want Azure-Native really
f
I would agree but azure-native is missing this: https://pulumi-community.slack.com/archives/CRVK66N5U/p1702984037161529
I will make an issue for it later but right now I just want to try doing it in some way
If it doesn't work for what I want to use then its not worth spending the time to get it into azure-native
azure-native is azapi done right though 😄 except for the missing stuff
b
@full-lamp-64265 that’s a preview API, so it’s not on the main docs page (we only publish the GA APIs) but it should still be in Azure native. Which language are you using?
f
Python
b
2 secs
b
that’s sad, I guess you’ll have to use azapi
f
Thanks for checking and finding the issue though
I suspect the AzAPI will be a mess because that resource doesn't support normal deletion