Skip to content

chore(deps): update github.com/hashicorp/terraform-config-inspect digest to 813a975#3376

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest
Open

chore(deps): update github.com/hashicorp/terraform-config-inspect digest to 813a975#3376
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-config-inspect require digest 225c06e813a975

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Mar 3, 2026
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 performs a routine update of the github.com/hashicorp/terraform-config-inspect dependency within the infra/blueprint-test module. This ensures the project utilizes the latest version of the dependency, incorporating any bug fixes or improvements from the upstream library.

Highlights

  • Dependency Update: Updated the github.com/hashicorp/terraform-config-inspect dependency from digest 225c06e to 813a975.
Changelog
  • infra/blueprint-test/go.mod
    • Updated the version of github.com/hashicorp/terraform-config-inspect.
  • infra/blueprint-test/go.sum
    • Updated the cryptographic checksums for github.com/hashicorp/terraform-config-inspect.
Activity
  • This pull request was automatically generated by Mend Renovate.
  • Automerge is currently disabled, requiring manual merging.
  • The PR is configured to rebase whenever it falls behind the base branch or the rebase/retry checkbox is ticked.
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.

Copy link
Contributor

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

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 github.com/hashicorp/terraform-config-inspect dependency. However, the update appears to be corrupted. The new pseudo-version in go.mod contains a future timestamp, and the go.sum file has an inconsistent hash for this dependency's go.mod file. These are critical issues that could break the build or lead to incorrect dependency resolution. I've left a comment with a suggested fix to regenerate the update correctly.

github.com/google/go-cmp v0.7.0
github.com/gruntwork-io/terratest v0.54.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20250828155816-225c06ed5fd9
github.com/hashicorp/terraform-config-inspect v0.0.0-20260224005459-813a97530220
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

This dependency update appears to be corrupted. There are two critical issues:

  1. Invalid Pseudo-Version: The updated pseudo-version v0.0.0-20260224005459-813a97530220 contains a future timestamp (year 2026). Go module pseudo-versions are based on commit timestamps. For commit 813a97530220, the timestamp is in 2024. This invalid version can cause unpredictable behavior with Go tooling.
  2. Inconsistent go.sum: The corresponding entry in go.sum shows the same hash for the new and old versions' go.mod files, even though the files are different. This indicates the go.sum file is inconsistent.

These issues suggest a problem with the tool that generated this update. Please regenerate the dependency update correctly. You can fix this by running go get github.com/hashicorp/terraform-config-inspect@813a97530220 which should produce the correct version and update go.sum accordingly.

Suggested change
github.com/hashicorp/terraform-config-inspect v0.0.0-20260224005459-813a97530220
github.com/hashicorp/terraform-config-inspect v0.0.0-20240224005459-813a97530220

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 05bb526 to 64fb64f Compare March 3, 2026 23:36
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 64fb64f to 6fd55c8 Compare March 3, 2026 23:43
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 6fd55c8 to a9beab9 Compare March 3, 2026 23:56
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from a9beab9 to 2ace8b9 Compare March 4, 2026 00:05
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 2ace8b9 to fea8c0f Compare March 4, 2026 00:25
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from fea8c0f to 271c495 Compare March 6, 2026 22:47
@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 271c495 to 46ee82d Compare March 7, 2026 00:22
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-hashicorp-terraform-config-inspect-digest branch from 46ee82d to 6a8caba Compare March 7, 2026 00:45
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants