Skip to content

Commit bb37d22

Browse files
updated and upgraded
2 parents a1940fb + 4b5613a commit bb37d22

File tree

7 files changed

+13
-236
lines changed

7 files changed

+13
-236
lines changed

.github/workflows/terraform.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ jobs:
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'

README.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

README.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ badges:
2323
url: "LICENSE.md"
2424

2525
# description of this project
26+
# yamllint disable rule:line-length
2627
description: |-
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
3436
usage : |-
3537
Here are some examples of how you can use this module in your inventory structure:
3638
### Redis

_example/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
*.iml
99

1010
**/.build-harness
11-
**/build-harness
11+
**/build-harness
12+
go.sum

_test/memcached/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ go 1.13
55
require (
66
github.com/gruntwork-io/terratest v0.30.6
77
github.com/stretchr/testify v1.6.1
8-
)
8+
)

_test/redis-cluster/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ go 1.13
55
require (
66
github.com/gruntwork-io/terratest v0.30.6
77
github.com/stretchr/testify v1.6.1
8-
)
8+
)

_test/redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ go 1.13
55
require (
66
github.com/gruntwork-io/terratest v0.30.6
77
github.com/stretchr/testify v1.6.1
8-
)
8+
)

0 commit comments

Comments
 (0)