We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6f234 commit b590d4dCopy full SHA for b590d4d
testdrive/utils.go
@@ -35,7 +35,7 @@ import (
35
)
36
37
const hashicorpReleasesURL = "https://releases.hashicorp.com"
38
-const terraformVersion = "1.8.5" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
+const terraformVersion = "1.9.1" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
39
const ngrokDownloadURL = "https://bin.equinox.io/c/4VmDzA7iaHb"
40
const ngrokAPIURL = "localhost:41414" // We hope this isn't used.
41
const atlantisPort = 4141
0 commit comments