Skip to content
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 Big lake in the google_bigquery_connection #11730

Closed
lucienfregosibodyguard opened this issue May 19, 2022 · 8 comments
Closed

Add Big lake in the google_bigquery_connection #11730

lucienfregosibodyguard opened this issue May 19, 2022 · 8 comments
Labels
Milestone

Comments

@lucienfregosibodyguard
Copy link

Description

It would be nice to add the new biglake feature when creating a big query connection
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_connection
It's actually available through the UI.

New or Affected Resource(s)

  • google_bigquery_connection

Potential Terraform Configuration

resource "google_bigquery_connection" "connection" {
    provider      = google-beta
    friendly_name = "👋"
    description   = "a riveting description"
    big_lake {
      connection_id = "my_connection_id"
      data_location = "eu"
    }
}
@gutschenritter
Copy link

I believe this was resolved in #GoogleCloudPlatform/magic-modules/pull/6020

@rileykarson
Copy link
Collaborator

That seemed to add serviceAccountId, but no other kind of cloud resource(s)

@rileykarson rileykarson added this to the Goals milestone May 23, 2022
@gutschenritter
Copy link

A cloud_resource connection type only has one field, an output only field serviceAccountId. Cloud resource connection types can be created after pr 6020.

@julio-vaz
Copy link

Hello, any update on this?

@julio-vaz
Copy link

Hello again guys, this should be working already since 4.25.0 or I misunderstood it?

Thanks in advance!

@psvaiter
Copy link

psvaiter commented Sep 2, 2022

BigLake table is a Cloud Resource, so you are able to create a connection with an empty cloud_resource block and use that in your google_bigquery_table resource.

(confirmed with v4.33.0)

@rileykarson
Copy link
Collaborator

Closing, seems the service has documentation confirming that's the case. With a Terraform config, too!

https://cloud.google.com/bigquery/docs/biglake-quickstart#terraform

@github-actions
Copy link

github-actions bot commented Oct 4, 2022

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2022
@github-actions github-actions bot added service/bigquery forward/review In review; remove label to forward labels Jan 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants