From 2377642bb5a868b61b0292b0e80e3e23425ba077 Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Mon, 28 Nov 2022 18:37:57 +0100 Subject: [PATCH] dep: upgrade to terraform-1.3.5 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0babad4..c2cb5d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ trigger: steps: - name: terraform init - image: hashicorp/terraform:1.1.8 + image: hashicorp/terraform:1.3.5 commands: - echo "$${CI_SSH_KEY}" | base64 -d > id_rsa - chmod 600 id_rsa @@ -29,7 +29,7 @@ steps: from_secret: terraform-aws-secret-access-key - name: terraform plan - image: hashicorp/terraform:1.1.8 + image: hashicorp/terraform:1.3.5 commands: - terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exitcode") -out .tfplan environment: @@ -46,7 +46,7 @@ steps: - main event: - push - image: hashicorp/terraform:1.1.8 + image: hashicorp/terraform:1.3.5 commands: - terraform apply .tfplan environment: @@ -71,7 +71,7 @@ trigger: steps: - name: format and generate docs - image: hashicorp/terraform:1.1.8 + image: hashicorp/terraform:1.3.5 commands: - apk add bash wget - wget -q https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-linux-amd64.tar.gz -O - | tar -xz terraform-docs -C /usr/local/bin @@ -81,6 +81,6 @@ steps: --- kind: signature -hmac: 6568551142d52c579f103c5b82eb76b8dcdcbe7cc39ab467ce42b295d1865d2c +hmac: 31fe03c2cd0cd528698da1da29eba5be6fe33d8d32cafc4f2986156c6dc845ea ...