@@ -8,16 +8,16 @@ name: terraform-aws-elasticache-redis
8
8
9
9
# Tags of this project
10
10
tags :
11
- - aws
12
- - cache
13
- - elasticache
14
- - elasticache-redis
15
- - terraform
16
- - terraform-module
11
+ - aws
12
+ - cache
13
+ - elasticache
14
+ - elasticache-redis
15
+ - terraform
16
+ - terraform-module
17
17
18
18
# Categories of this project
19
19
categories :
20
- - terraform-modules/databases
20
+ - terraform-modules/databases
21
21
22
22
# Logo for this project
23
23
# logo: docs/logo.png
@@ -30,24 +30,24 @@ github_repo: cloudposse/terraform-aws-elasticache-redis
30
30
31
31
# Badges to display
32
32
badges :
33
- - name : Latest Release
34
- image : https://img.shields.io/github/release/cloudposse/terraform-aws-elasticache-redis.svg?style=for-the-badge
35
- url : https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/latest
36
- - name : Last Updated
37
- image : https://img.shields.io/github/last-commit/cloudposse/terraform-aws-elasticache-redis.svg?style=for-the-badge
38
- url : https://github.com/cloudposse/terraform-aws-elasticache-redis/commits
39
- - name : Slack Community
40
- image : https://slack.cloudposse.com/for-the-badge.svg
41
- url : https://slack. cloudposse.com
33
+ - name : Latest Release
34
+ image : https://img.shields.io/github/release/cloudposse/terraform-aws-elasticache-redis.svg?style=for-the-badge
35
+ url : https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/latest
36
+ - name : Last Updated
37
+ image : https://img.shields.io/github/last-commit/cloudposse/terraform-aws-elasticache-redis.svg?style=for-the-badge
38
+ url : https://github.com/cloudposse/terraform-aws-elasticache-redis/commits
39
+ - name : Slack Community
40
+ image : https://slack.cloudposse.com/for-the-badge.svg
41
+ url : https://cloudposse.com/slack
42
42
43
43
# List any related terraform modules that this module may be used with or that this module depends on.
44
44
related :
45
- - name : " terraform-aws-security-group"
46
- description : " Terraform module to provision an AWS Security Group."
47
- url : " https://github.com/cloudposse/terraform-aws-security-group"
48
- - name : " terraform-null-label"
49
- description : " Terraform module designed to generate consistent names and tags for resources. Use terraform-null-label to implement a strict naming convention."
50
- url : " https://github.com/cloudposse/terraform-null-label"
45
+ - name : " terraform-aws-security-group"
46
+ description : " Terraform module to provision an AWS Security Group."
47
+ url : " https://github.com/cloudposse/terraform-aws-security-group"
48
+ - name : " terraform-null-label"
49
+ description : " Terraform module designed to generate consistent names and tags for resources. Use terraform-null-label to implement a strict naming convention."
50
+ url : " https://github.com/cloudposse/terraform-null-label"
51
51
52
52
53
53
# Short description of this project
@@ -156,9 +156,5 @@ usage: |-
156
156
examples : |-
157
157
Review the [complete example](examples/complete) or [serverless example](examples/serverless) to see how to use this module.
158
158
159
- include :
160
- - " docs/targets.md"
161
- - " docs/terraform.md"
162
-
163
- # Contributors to this project
159
+ include : []
164
160
contributors : []
0 commit comments