dep: Update to terraform 1.3.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-04 12:54:54 +01:00
parent cd57ee32ca
commit f7c643a619
2 changed files with 86 additions and 5 deletions

View File

@@ -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: 431052d1fbb96d0752009696c855c4611f87c5474f5574d03611164511c94688
hmac: aa6fd4b3cac36e71753a8fda8188a91a9bb977788d857f5756596c1798d27367
...