@@ -29,63 +29,54 @@ jobs:
2929 with :
3030 actions_subcommand : ' init'
3131 tf_actions_working_dir : ./_example/memcached
32- tf_actions_version : 0.12.13
3332
3433 - name : ' Terraform validate for memcached'
3534 uses : ' clouddrove/github-actions@CD-120'
3635 with :
3736 actions_subcommand : ' validate'
3837 tf_actions_working_dir : ./_example/memcached
39- tf_actions_version : 0.12.13
4038
4139 - name : ' Terraform plan for memcached'
4240 uses : ' clouddrove/github-actions@CD-120'
4341 with :
4442 actions_subcommand : ' plan'
4543 tf_actions_working_dir : ./_example/memcached
46- tf_actions_version : 0.12.13
4744
4845 - name : ' Terraform init for redis'
4946 uses : ' clouddrove/github-actions@CD-120'
5047 with :
5148 actions_subcommand : ' init'
5249 tf_actions_working_dir : ./_example/redis
53- tf_actions_version : 0.12.13
5450
5551 - name : ' Terraform validate for redis'
5652 uses : ' clouddrove/github-actions@CD-120'
5753 with :
5854 actions_subcommand : ' validate'
5955 tf_actions_working_dir : ./_example/redis
60- tf_actions_version : 0.12.13
6156
6257 - name : ' Terraform plan for redis'
6358 uses : ' clouddrove/github-actions@CD-120'
6459 with :
6560 actions_subcommand : ' plan'
6661 tf_actions_working_dir : ./_example/redis
67- tf_actions_version : 0.12.13
6862
6963 - name : ' Terraform init for redis-cluster'
7064 uses : ' clouddrove/github-actions@CD-120'
7165 with :
7266 actions_subcommand : ' init'
7367 tf_actions_working_dir : ./_example/redis-cluster
74- tf_actions_version : 0.12.13
7568
7669 - name : ' Terraform validate for redis-cluster'
7770 uses : ' clouddrove/github-actions@CD-120'
7871 with :
7972 actions_subcommand : ' validate'
8073 tf_actions_working_dir : ./_example/redis-cluster
81- tf_actions_version : 0.12.13
8274
8375 - name : ' Terraform plan for redis-cluster'
8476 uses : ' clouddrove/github-actions@CD-120'
8577 with :
8678 actions_subcommand : ' plan'
8779 tf_actions_working_dir : ./_example/redis-cluster
88- tf_actions_version : 0.12.13
8980
9081
9182 - name : ' Slack Notification'
0 commit comments