Skip to content

Commit

Permalink
format tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Aug 11, 2020
1 parent 060c238 commit c581855
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,29 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Terratest for default-s3'
uses: clouddrove/[email protected]
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: ./_test/default-s3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Terratest for encryption-s3'
uses: clouddrove/[email protected]
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: ./_test/encryption-s3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Terratest for website-s3'
uses: clouddrove/[email protected]
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: ./_test/website-s3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: 'Terratest for default-s3'
# uses: clouddrove/[email protected]
# with:
# actions_subcommand: 'terratest'
# tf_actions_working_dir: ./_test/default-s3
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: 'Terratest for encryption-s3'
# uses: clouddrove/[email protected]
# with:
# actions_subcommand: 'terratest'
# tf_actions_working_dir: ./_test/encryption-s3
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: 'Terratest for website-s3'
# uses: clouddrove/[email protected]
# 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
Expand Down

0 comments on commit c581855

Please sign in to comment.