File tree Expand file tree Collapse file tree 7 files changed +13
-236
lines changed
Expand file tree Collapse file tree 7 files changed +13
-236
lines changed Original file line number Diff line number Diff line change 2727 - name : ' Terraform init for memcached'
2828 uses : ' clouddrove/github-actions@v4.0'
2929 with :
30- actions_subcommand : ' init'
31- tf_actions_working_dir : ./_example/memcached
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 }}
3236
3337 - name : ' Terraform validate for memcached'
3438 uses : ' clouddrove/github-actions@v4.0'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ badges:
2323 url : " LICENSE.md"
2424
2525# description of this project
26+ # yamllint disable rule:line-length
2627description : |-
2728 Terraform module to create Elasticache Cluster and replica for Redis and Memcache.
2829
@@ -31,6 +32,7 @@ include:
3132 - " terraform.md"
3233
3334# How to use this project
35+ # yamllint disable rule:line-length
3436usage : |-
3537 Here are some examples of how you can use this module in your inventory structure:
3638 ### Redis
Original file line number Diff line number Diff line change 88* .iml
99
1010** /.build-harness
11- ** /build-harness
11+ ** /build-harness
12+ go.sum
Original file line number Diff line number Diff line change 55require (
66 github.com/gruntwork-io/terratest v0.30.6
77 github.com/stretchr/testify v1.6.1
8- )
8+ )
Original file line number Diff line number Diff line change 55require (
66 github.com/gruntwork-io/terratest v0.30.6
77 github.com/stretchr/testify v1.6.1
8- )
8+ )
Original file line number Diff line number Diff line change 55require (
66 github.com/gruntwork-io/terratest v0.30.6
77 github.com/stretchr/testify v1.6.1
8- )
8+ )
You can’t perform that action at this time.
0 commit comments