feat(bigtable): rename instance to instance_name for table_iam resource#14350
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @ScottSuarez, 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: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_bigtable_table_iam_binding" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_member" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_policy" "primary" {
instance_name = # value needed
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
Tests analyticsTotal tests: 55 Click here to see the affected service packages
🟢 All tests passed! View the build log |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_bigtable_table_iam_binding" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_member" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_policy" "primary" {
instance_name = # value needed
}
|
Tests analyticsTotal tests: 55 Click here to see the affected service packages
🟢 All tests passed! View the build log |
ScottSuarez
left a comment
There was a problem hiding this comment.
Hello, this is a breaking change and can only be made during a major release.
ScottSuarez
left a comment
There was a problem hiding this comment.
Could you add an upgrade guide entry.
https://googlecloudplatform.github.io/magic-modules/breaking-changes/make-a-breaking-change/#:~:text=Add%20the%20upgrade%20guide%20entries
Done. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_bigtable_table_iam_binding" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_member" "primary" {
instance_name = # value needed
}
Resource: resource "google_bigtable_table_iam_policy" "primary" {
instance_name = # value needed
}
Errors
|
Tests analyticsTotal tests: 59 Click here to see the affected service packages
View the build log |
bd2adfb
into
GoogleCloudPlatform:FEATURE-BRANCH-major-release-7.0.0
|
just noting we ran into an issue with the 7.0.0 branch and needed to recreate this PR here: #14436 Nothing else should be needed, just FYI |
…m resource (GoogleCloudPlatform#14350)" This reverts commit bd2adfb.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.
fixes hashicorp/terraform-provider-google#7939