chore(deps): update dependency hashicorp/terraform to v1.5.0 in .circleci/config.yml (#3514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-13 01:01:12 +00:00
committed by GitHub
parent 2c3f756afb
commit 35421c2706
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ import (
)
const hashicorpReleasesURL = "https://releases.hashicorp.com"
const terraformVersion = "1.4.6" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
const terraformVersion = "1.5.0" // 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