pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
122 stars 208 forks source link

Addition of parent / child resources to Pulumi vs Terraform comparison #11754

Open anuraaga opened 3 years ago

anuraaga commented 3 years ago

File: themes/default/content/docs/intro/vs/terraform.md

Hello - I have a suggestion for the docs for comparing Pulumi vs Terraform. From what I can tell, one big difference is that Pulumi has the concept of parents for resources, using the parent: option when creating a resource. As Terraform doesn't have this, it would be nice to introduce this in the comparison section to make understanding Pulumi easier for Terraform users. I guess declaring resources with a parent corresponds to Terraform's more distinct separation of a module into its own source code, making the "parent" of the resources the module?

susanev commented 3 years ago

we removed this from the service team board, and will be working with dave to prioritize it as a docs issue

susanev commented 3 years ago

@anuraaga thank you for opening an issue!! we will be triaging it soon and will provide more details then.

susanev commented 1 year ago

@cnunciato @scottslowe has this been addressed?

scottslowe commented 1 year ago

This dates back to well before I joined Pulumi, but as far as I can tell it has not been addressed.