Skip to content

feat(bigtable): rename instance to instance_name for table_iam resource#14350

Merged
ScottSuarez merged 3 commits intoGoogleCloudPlatform:FEATURE-BRANCH-major-release-7.0.0from
ron-gal:instance_name
Jun 25, 2025
Merged

feat(bigtable): rename instance to instance_name for table_iam resource#14350
ScottSuarez merged 3 commits intoGoogleCloudPlatform:FEATURE-BRANCH-major-release-7.0.0from
ron-gal:instance_name

Conversation

@ron-gal
Copy link
Contributor

@ron-gal ron-gal commented Jun 24, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

bigtable: renamed instance to instance_name for bigtable_table_iam objects

fixes hashicorp/terraform-provider-google#7939

@github-actions github-actions bot requested a review from ScottSuarez June 24, 2025 17:34
@github-actions
Copy link

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.

@modular-magician
Copy link
Collaborator

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

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 4 files changed, 32 insertions(+), 32 deletions(-))
google-beta provider: Diff ( 4 files changed, 32 insertions(+), 32 deletions(-))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field instance within resource google_bigtable_table_iam_binding was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_member was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_policy was either removed or renamed - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_bigtable_table_iam_binding" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_member" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_policy" "primary" {
  instance_name = # value needed
}

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_bigtable_table_iam_binding
    • Expected Document Path: /website/docs/r/bigtable_table_iam.html.markdown
    • Fields: [instance_name]
  • google_bigtable_table_iam_member
    • Expected Document Path: /website/docs/r/bigtable_table_iam.html.markdown
    • Fields: [instance_name]
  • google_bigtable_table_iam_policy
    • Expected Document Path: /website/docs/r/bigtable_table_iam.html.markdown
    • Fields: [instance_name]

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 55
Passed tests: 0
Skipped tests: 55
Affected tests: 0

Click here to see the affected service packages
  • bigtable

🟢 All tests passed!

View the build log

@modular-magician
Copy link
Collaborator

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

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 4 files changed, 33 insertions(+), 33 deletions(-))
google-beta provider: Diff ( 4 files changed, 33 insertions(+), 33 deletions(-))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field instance within resource google_bigtable_table_iam_binding was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_member was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_policy was either removed or renamed - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_bigtable_table_iam_binding" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_member" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_policy" "primary" {
  instance_name = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 55
Passed tests: 0
Skipped tests: 55
Affected tests: 0

Click here to see the affected service packages
  • bigtable

🟢 All tests passed!

View the build log

Copy link
Contributor

@ScottSuarez ScottSuarez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, this is a breaking change and can only be made during a major release.

@ScottSuarez ScottSuarez marked this pull request as draft June 24, 2025 21:28
@ScottSuarez ScottSuarez marked this pull request as ready for review June 25, 2025 16:29
@github-actions github-actions bot requested a review from ScottSuarez June 25, 2025 16:30
Copy link
Contributor

@ScottSuarez ScottSuarez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ron-gal
Copy link
Contributor Author

ron-gal commented Jun 25, 2025

@ron-gal ron-gal requested a review from ScottSuarez June 25, 2025 16:47
@ScottSuarez
Copy link
Contributor

@modular-magician
Copy link
Collaborator

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

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 5 files changed, 51 insertions(+), 33 deletions(-))
google-beta provider: Diff ( 5 files changed, 51 insertions(+), 33 deletions(-))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field instance_name added as required on pre-existing resource google_bigtable_table_iam_binding - reference
  • Field instance_name added as required on pre-existing resource google_bigtable_table_iam_member - reference
  • Field instance_name added as required on pre-existing resource google_bigtable_table_iam_policy - reference
  • Field instance within resource google_bigtable_table_iam_binding was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_member was either removed or renamed - reference
  • Field instance within resource google_bigtable_table_iam_policy was either removed or renamed - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

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

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

resource "google_bigtable_table_iam_binding" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_member" "primary" {
  instance_name = # value needed
}

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

resource "google_bigtable_table_iam_policy" "primary" {
  instance_name = # value needed
}

Errors

google-beta provider:

  • Failed to detect subcategory in the frontmatter in file website/docs/guides/version_7_upgrade.html.markdown.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 59
Passed tests: 0
Skipped tests: 59
Affected tests: 0

Click here to see the affected service packages
  • bigtable
🟢 All tests passed!

View the build log

@c2thorn
Copy link
Member

c2thorn commented Jul 1, 2025

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

gurusai-voleti added a commit to gurusai-voleti/magic-modules that referenced this pull request Jul 2, 2025
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.

4 participants