Skip to content

Add Dataproc Metastore Table Resource for IAM support #9647

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

Conversation

modular-magician
Copy link
Collaborator

Fixes hashicorp/terraform-provider-google#21823

This resource is only meant for IAM usage, as it doesn't really "exist" in GCP. The "database" and "table" resource cannot be created via terraform directly, so the example configuration required a custom yaml.tmpl for testing that creates the resources via a Dataproc Job.

Tested via running acctest with personal credentials.

`google_dataproc_metastore_table_iam_member`
`google_dataproc_metastore_table_iam_policy`
`google_dataproc_metastore_table_iam_binding`

Derived from GoogleCloudPlatform/magic-modules#13446

[upstream:b082d64da49e4fb105b83171774281e0e8f791aa]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner March 25, 2025 23:56
@modular-magician modular-magician merged commit e2b6a6b into hashicorp:main Mar 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Dataproc Metastore Table IAM via TF
1 participant