This message was deleted.
# general
s
This message was deleted.
c
my understanding is that a lot of Terraform building blocks are used under the hood. I personally find that comforting as Terraform is quite mature at this point.
b
That’s not quite correct
Pulumi itself has no dependency on terraform
It’s a completely separate project / engine etc
The majority of the providers have been scaffolded from the TF providers
There is no direct dependency but we have a tfgen tool that uses the terraform schema and CRUD funcs to generate the Pulumi equivalent
So if there’s a direct error message in the provider referencing Terraform it’s because we’ve picked up the crud function that has that error message