Hi all, I am looking for official documentation ab...
# general
k
Hi all, I am looking for official documentation about communication between pulumi provider (like gcp, aws,...) and terraform provider. I have found this diagram on internet

https://blog.octo.com/wp-content/uploads/2018/10/pul-refresh-1024x315.png

. Only terraform provider communicate with the cloud provider. And the terraform-based pulumi provider is connected to a given terraform provider. Is it correct ?
w
Only terraform provider communicate with the cloud provider. And the terraform-based pulumi provider is connected to a given terraform provider. Is it correct ?
Yes. There is a little more details at https://www.pulumi.com/docs/reference/how/ and at https://www.pulumi.com/docs/reference/faq/ on these questions.
k
Thank you for your reply