chore(deps): update dependency hashicorp/terraform to v1.9.7 in testdrive/utils.go (main) (#4992)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-09 03:59:48 +00:00
committed by GitHub
parent 5f6b0f516c
commit 346a4d8aba
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ import (
)
const hashicorpReleasesURL = "https://releases.hashicorp.com"
const terraformVersion = "1.9.6" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
const terraformVersion = "1.9.7" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
const ngrokDownloadURL = "https://bin.equinox.io/c/4VmDzA7iaHb"
const ngrokAPIURL = "localhost:41414" // We hope this isn't used.
const atlantisPort = 4141