terraform-google-modules / terraform-google-project-factory

Creates an opinionated Google Cloud project by using Shared VPC, IAM, and Google Cloud APIs
https://registry.terraform.io/modules/terraform-google-modules/project-factory/google
Apache License 2.0
825 stars 533 forks source link

Please add parent_folder to the output. #886

Closed davidlbyrne closed 2 months ago

davidlbyrne commented 6 months ago

TL;DR

It seems like this module is lacking in outputs. Considering it creates over 50 resources and only surfaces 15 outputs. Could you please surface parent_folder in the outputs. I'm wrapping this module and would like to write some unit test but I'm held back by what is surfaced in the outputs because I can't references the underlining resources.

Terraform Resources

All of the possible attributes and arguments from the google_project resource.

Detailed design

No response

Additional information

It would be very helpful, Thank you.

imrannayer commented 5 months ago

@davidlbyrne parent_folder is an input for the module. Can u use that for your test?

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days