deps: terraform 1.1.5 (#2042)

Upgrading to the latest Terraform release
This commit is contained in:
Rob Lazzurs
2022-02-02 22:54:30 +00:00
committed by GitHub
parent 576f8fbf4b
commit 6d2ad22a0c
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ import (
)
const hashicorpReleasesURL = "https://releases.hashicorp.com"
const terraformVersion = "1.1.4"
const terraformVersion = "1.1.5"
const ngrokDownloadURL = "https://bin.equinox.io/c/4VmDzA7iaHb"
const ngrokAPIURL = "localhost:41414" // We hope this isn't used.
const atlantisPort = 4141