From 768d3ea5bc02bef0954ba6623318bbd7b6a50457 Mon Sep 17 00:00:00 2001 From: Valentin LANDEMAINE Date: Wed, 26 Aug 2020 17:46:57 +0200 Subject: [PATCH] Fix Github action --- .github/workflows/terraform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 7337bcd..0734acd 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -12,14 +12,14 @@ jobs: - name: 'Terraform Format' uses: hashicorp/terraform-github-actions@master with: - tf_actions_version: 0.12.13 + tf_actions_version: 0.13.0 tf_actions_subcommand: 'fmt' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Terraform Init' uses: hashicorp/terraform-github-actions@master with: - tf_actions_version: 0.12.13 + tf_actions_version: 0.13.0 tf_actions_subcommand: 'init' args: '-input=false' env: @@ -27,8 +27,8 @@ jobs: - name: 'Terraform Validate' uses: hashicorp/terraform-github-actions@master with: - tf_actions_version: 0.12.13 + tf_actions_version: 0.13.0 tf_actions_subcommand: 'validate' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OS_AUTH_URL: OS_AUTH_URL='https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3' \ No newline at end of file + OS_AUTH_URL: OS_AUTH_URL='https://iam.eu-west-0.prod-cloud-ocb.orange-business.com/v3'