Skip to content

Commit 00d3143

Browse files
committed
Update Readme.yml
1 parent 2a4f7e0 commit 00d3143

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/terraform.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,54 +29,63 @@ jobs:
2929
with:
3030
actions_subcommand: 'init'
3131
tf_actions_working_dir: ./_example/memcached
32+
tf_actions_version: 0.12.13
3233

3334
- name: 'Terraform validate for memcached'
3435
uses: 'clouddrove/github-actions@CD-120'
3536
with:
3637
actions_subcommand: 'validate'
3738
tf_actions_working_dir: ./_example/memcached
39+
tf_actions_version: 0.12.13
3840

3941
- name: 'Terraform plan for memcached'
4042
uses: 'clouddrove/github-actions@CD-120'
4143
with:
4244
actions_subcommand: 'plan'
4345
tf_actions_working_dir: ./_example/memcached
46+
tf_actions_version: 0.12.13
4447

4548
- name: 'Terraform init for redis'
4649
uses: 'clouddrove/github-actions@CD-120'
4750
with:
4851
actions_subcommand: 'init'
4952
tf_actions_working_dir: ./_example/redis
53+
tf_actions_version: 0.12.13
5054

5155
- name: 'Terraform validate for redis'
5256
uses: 'clouddrove/github-actions@CD-120'
5357
with:
5458
actions_subcommand: 'validate'
5559
tf_actions_working_dir: ./_example/redis
60+
tf_actions_version: 0.12.13
5661

5762
- name: 'Terraform plan for redis'
5863
uses: 'clouddrove/github-actions@CD-120'
5964
with:
6065
actions_subcommand: 'plan'
6166
tf_actions_working_dir: ./_example/redis
67+
tf_actions_version: 0.12.13
6268

6369
- name: 'Terraform init for redis-cluster'
6470
uses: 'clouddrove/github-actions@CD-120'
6571
with:
6672
actions_subcommand: 'init'
6773
tf_actions_working_dir: ./_example/redis-cluster
74+
tf_actions_version: 0.12.13
6875

6976
- name: 'Terraform validate for redis-cluster'
7077
uses: 'clouddrove/github-actions@CD-120'
7178
with:
7279
actions_subcommand: 'validate'
7380
tf_actions_working_dir: ./_example/redis-cluster
81+
tf_actions_version: 0.12.13
7482

7583
- name: 'Terraform plan for redis-cluster'
7684
uses: 'clouddrove/github-actions@CD-120'
7785
with:
7886
actions_subcommand: 'plan'
7987
tf_actions_working_dir: ./_example/redis-cluster
88+
tf_actions_version: 0.12.13
8089

8190

8291
- name: 'Slack Notification'

0 commit comments

Comments
 (0)