-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make org id optional #838
fix: make org id optional #838
Conversation
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @abhikaddy! It appears the org_id
variable itself is required, perhaps add a default value of null
? https://github.com/terraform-google-modules/terraform-google-project-factory/blob/master/variables.tf#L29
Thanks @apeabody for the review. |
/gcbrun |
@apeabody Can I get gcbrun? |
/gcbrun |
Hi Good Day! |
@bharathkkb - Could you also review given the central nature of |
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
Co-authored-by: Andrew Peabody <[email protected]>
Attempt to fix #808 to make or id optional.