Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for access for bigquery destination #49

Open
umairidris opened this issue Feb 19, 2020 · 4 comments
Open

Add support for access for bigquery destination #49

umairidris opened this issue Feb 19, 2020 · 4 comments
Labels
enhancement New feature or request P3 medium priority issues triaged Scoped and ready for work

Comments

@umairidris
Copy link
Contributor

Similiar to terraform-google-modules/terraform-google-bigquery#48

@morgante
Copy link
Contributor

What's the use case?

To be honest, I'm thinking we might want to swap this submodule out with a reference to the BigQuery module.

@umairidris
Copy link
Contributor Author

Swapping out with BQ module makes sense to me.

Main reason is same as the BQ dataset -- better default.

@github-actions
Copy link

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

@github-actions github-actions bot added the Stale label Mar 16, 2021
@morgante morgante added enhancement New feature or request P3 medium priority issues triaged Scoped and ready for work and removed Stale labels Mar 16, 2021
@Raytrank
Copy link

Raytrank commented Dec 6, 2021

Hi, I'm facing the following error while running terraform plan command,

Error: Error in function call

│ on main.tf line 27, in locals:
│ 27: log_sink_writer_identity = local.is_project_level ? element(concat(google_logging_project_sink.sink..writer_identity, list("")), 0) : r_level ? element(concat(google_logging_folder_sink.sink..writer_identity, list("")), 0) : local.is_org_level ? element(concat(google_logging_ork.sink..writer_identity, list("")), 0) : local.is_billing_level ? element(concat(google_logging_billing_account_sink.sink..writer_identity, lis"

│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to
│ literal list.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request P3 medium priority issues triaged Scoped and ready for work
Projects
None yet
Development

No branches or pull requests

3 participants