From c581855734cbc80047def868087ccde8b19e534a Mon Sep 17 00:00:00 2001 From: Anmol Nagpal Date: Tue, 11 Aug 2020 15:09:31 +0530 Subject: [PATCH] format tf --- .github/workflows/terraform.yml | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index a67ca90..bc21a5f 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -79,29 +79,29 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: 'Terratest for default-s3' - uses: clouddrove/github-actions@v2.0 - with: - actions_subcommand: 'terratest' - tf_actions_working_dir: ./_test/default-s3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: 'Terratest for encryption-s3' - uses: clouddrove/github-actions@v2.0 - with: - actions_subcommand: 'terratest' - tf_actions_working_dir: ./_test/encryption-s3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: 'Terratest for website-s3' - uses: clouddrove/github-actions@v2.0 - with: - actions_subcommand: 'terratest' - tf_actions_working_dir: ./_test/website-s3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: 'Terratest for default-s3' + # uses: clouddrove/github-actions@v2.0 + # with: + # actions_subcommand: 'terratest' + # tf_actions_working_dir: ./_test/default-s3 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + # - name: 'Terratest for encryption-s3' + # uses: clouddrove/github-actions@v2.0 + # with: + # actions_subcommand: 'terratest' + # tf_actions_working_dir: ./_test/encryption-s3 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + # - name: 'Terratest for website-s3' + # uses: clouddrove/github-actions@v2.0 + # with: + # actions_subcommand: 'terratest' + # tf_actions_working_dir: ./_test/website-s3 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 'Slack Notification' uses: clouddrove/action-slack@v2