-
Notifications
You must be signed in to change notification settings - Fork 910
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
Add bigquery authorized resources #1480
Add bigquery authorized resources #1480
Conversation
Thanks for contributing and implementing such a great feature to have. To fix the linting error, you can create the variables/output section with the tfdocs.py tool.
For more details take a look at the CONTRIBUTING.md file. |
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 great addition. few comments.
could you please take another look? Thank you @lcaggio |
Add options to include bigquery authorized resources. I tried to also make the change backwards compatible with the existing approach to create authorized views via the
access
block.This is my first PR to this repo. I don't fully understand how the tests work. Any feedback will be much welcomed.