Skip to content

update terraform-provider version to >= 6.9.0, <= 7.7.0#4774

Merged
ankitkumar-quad merged 1 commit into
GoogleCloudPlatform:developfrom
ankitkumar-quad:update-terraform-provider
Oct 21, 2025
Merged

update terraform-provider version to >= 6.9.0, <= 7.7.0#4774
ankitkumar-quad merged 1 commit into
GoogleCloudPlatform:developfrom
ankitkumar-quad:update-terraform-provider

Conversation

@ankitkumar-quad

Copy link
Copy Markdown
Contributor

Submission Checklist

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@ankitkumar-quad ankitkumar-quad requested review from a team and samskillman as code owners October 21, 2025 08:54
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @ankitkumar-quad, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the allowed version range for the Google and Google Beta Terraform providers, extending the upper limit to include version 7.7.0. This change ensures compatibility with newer provider releases, allowing the project to leverage the latest features and bug fixes while maintaining a stable lower version bound. The update is reflected in the core configuration logic, associated test cases, and various golden copy files used for validation.

Highlights

  • Terraform Provider Version Update: The upper bound for the supported version range of the hashicorp/google and hashicorp/google-beta Terraform providers has been increased from <= 7.6.0 to <= 7.7.0.
  • Golden Copies and Tests Updated: Corresponding golden copies and test expectations have been updated to reflect the new provider version constraint, ensuring consistency and correctness across the project.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version constraint for the hashicorp/google and hashicorp/google-beta Terraform providers to <= 7.7.0. The changes are applied consistently across the codebase, including the default provider configuration, tests, and golden files. My review focuses on improving code maintainability by reducing duplication of the version string in both the implementation and test files.

Comment thread pkg/config/expand.go
Comment thread pkg/config/expand_test.go
arpit974

This comment was marked as resolved.

@ankitkumar-quad ankitkumar-quad added the release-chore To not include into release notes label Oct 21, 2025
@mufaqam-gcl mufaqam-gcl self-requested a review October 21, 2025 10:15
@ankitkumar-quad ankitkumar-quad merged commit b66980a into GoogleCloudPlatform:develop Oct 21, 2025
59 of 68 checks passed
@ankitkumar-quad ankitkumar-quad deleted the update-terraform-provider branch October 30, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-chore To not include into release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants