Add terraform support for biglake hive database#18011
Conversation
|
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. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 58f4db4: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_biglake_hive_database" "primary" {
catalog = # value needed
description = # value needed
location_uri = # value needed
name = # value needed
parameters = # value needed
}
Resource: resource "google_biglake_hive_database_iam_binding" "primary" {
catalog = # value needed
members = # value needed
name = # value needed
role = # value needed
}
Resource: resource "google_biglake_hive_database_iam_member" "primary" {
catalog = # value needed
member = # value needed
name = # value needed
role = # value needed
}
Resource: resource "google_biglake_hive_database_iam_policy" "primary" {
catalog = # value needed
name = # value needed
policy_data = # value needed
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. |
Fixes hashicorp/terraform-provider-google#27933
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.