-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support BigQuery authorized routines #11501
Support BigQuery authorized routines #11501
Comments
Hi, I add some information. Current problemIf you manually add authorized routine and then apply changes that include
|
Note: This likely needs to appear in a handful of places (dataset, dataset access, the fake IAM resources) |
Thx @rileykarson . Out of interest, what are you referring to when you say "fake IAM resources"? |
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset_iam (and possibly the table ones) which map to BQ access rather than IAM. They present an IAM-like interface clientside. |
Ah OK, yes, I know all about those (I've fallen foul of them in the past where they can obliterate regular IAM), just never heard them referred to as "fake IAM". Dangerous things. |
Hi, I would like to work on this issue. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The BigQuery UI now enables us to create authorized routines:
however there is no way to create authorized routines using terraform. This issue is a request for such a thing.
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: