mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:28:20 +00:00
chore(deps): update dependency hashicorp/terraform to v1.8.3 in .circleci/config.yml (main) (#4540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
# that flag starts the download asynchronously so we'd have a race
|
||||
# condition.
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
TERRAFORM_VERSION: 1.8.2
|
||||
TERRAFORM_VERSION: 1.8.3
|
||||
steps:
|
||||
- checkout
|
||||
- run: make build-service
|
||||
|
||||
@@ -35,7 +35,7 @@ import (
|
||||
)
|
||||
|
||||
const hashicorpReleasesURL = "https://releases.hashicorp.com"
|
||||
const terraformVersion = "1.8.2" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
const terraformVersion = "1.8.3" // 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
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get --no-install-recommends -y install unzip \
|
||||
|
||||
# Install Terraform
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
ENV TERRAFORM_VERSION=1.8.2
|
||||
ENV TERRAFORM_VERSION=1.8.3
|
||||
RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
|
||||
wget -nv -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && \
|
||||
mkdir -p /usr/local/bin/tf/versions/${TERRAFORM_VERSION} && \
|
||||
|
||||
Reference in New Issue
Block a user