Skip to content

Add terraform support for biglake hive database#18011

Open
holjen wants to merge 3 commits into
GoogleCloudPlatform:mainfrom
holjen:biglakehivedatabase
Open

Add terraform support for biglake hive database#18011
holjen wants to merge 3 commits into
GoogleCloudPlatform:mainfrom
holjen:biglakehivedatabase

Conversation

@holjen

@holjen holjen commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Fixes hashicorp/terraform-provider-google#27933

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

`google_biglake_hive_database`

@github-actions github-actions Bot requested a review from trodge June 18, 2026 22:12
@github-actions

Copy link
Copy Markdown

Googlers: For automatic test runs see go/terraform-auto-test-runs.

@trodge, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@modular-magician

modular-magician commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 58f4db4:

Diff report

Your PR generated the following diffs in downstream repositories:

Repository Diff Link Changes
google provider View Diff 3 files changed, 398 insertions(+)
google-beta provider View Diff 8 files changed, 1999 insertions(+)
terraform-google-conversion View Diff 3 files changed, 538 insertions(+)

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_biglake_hive_database (0 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_hive_database" "primary" {
  catalog      = # value needed
  description  = # value needed
  location_uri = # value needed
  name         = # value needed
  parameters   = # value needed
}

Resource: google_biglake_hive_database_iam_binding (0 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_hive_database_iam_binding" "primary" {
  catalog = # value needed
  members = # value needed
  name    = # value needed
  role    = # value needed
}

Resource: google_biglake_hive_database_iam_member (0 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_hive_database_iam_member" "primary" {
  catalog = # value needed
  member  = # value needed
  name    = # value needed
  role    = # value needed
}

Resource: google_biglake_hive_database_iam_policy (0 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_hive_database_iam_policy" "primary" {
  catalog     = # value needed
  name        = # value needed
  policy_data = # value needed
}

Test report

Analytics

Total Tests Passed Skipped Affected
10 6 0 4
Affected Service Packages
  • biglakehive

Learn how VCR tests work


Step 1: Replaying Mode

Action taken

Found 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit.

Click here to see the affected tests
  • TestAccBiglakeHiveHiveDatabaseIamBindingGenerated
  • TestAccBiglakeHiveHiveDatabaseIamMemberGenerated
  • TestAccBiglakeHiveHiveDatabaseIamPolicyGenerated
  • TestAccBiglakeHiveHiveDatabase_biglakeHiveDatabaseExample

View the replaying VCR build log


Step 2: Recording Mode

Recording Mode Replaying Rerun Test Name
✅ Log TestAccBiglakeHiveHiveDatabaseIamBindingGenerated
✅ Log TestAccBiglakeHiveHiveDatabaseIamMemberGenerated
✅ Log TestAccBiglakeHiveHiveDatabaseIamPolicyGenerated
✅ Log TestAccBiglakeHiveHiveDatabase_biglakeHiveDatabaseExample

🟢 All tests passed!

View the recording VCR build log or the debug logs folder for detailed results.

@holjen, @wj-chen, @trodge VCR tests complete for 58f4db4!

@modular-magician modular-magician requested a review from wj-chen June 18, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support google_biglake_hive_database resource

2 participants