Skip to content

Commit 03ab463

Browse files
terraform.yml changes
1 parent bb37d22 commit 03ab463

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
- name: 'Terraform init for memcached'
2828
uses: 'clouddrove/github-actions@v4.0'
2929
with:
30-
tf_actions_version: 0.13.4
31-
tf_actions_subcommand: 'fmt'
32-
tf_actions_working_dir: "./_example/memcached"
33-
tf_actions_comment: true
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
actions_subcommand: 'init'
31+
tf_actions_working_dir: ./_example/memcached
3632

3733
- name: 'Terraform validate for memcached'
3834
uses: 'clouddrove/github-actions@v4.0'
@@ -82,6 +78,7 @@ jobs:
8278
actions_subcommand: 'plan'
8379
tf_actions_working_dir: ./_example/redis-cluster
8480

81+
8582
- name: 'Slack Notification'
8683
uses: clouddrove/action-slack@v2
8784
with:

0 commit comments

Comments
 (0)