Skip to content

Commit 1609b5d

Browse files
authored
chore: Replace Makefile with atmos.yaml (#258)
1 parent 663c422 commit 1609b5d

File tree

5 files changed

+35
-195
lines changed

5 files changed

+35
-195
lines changed

Makefile

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

README.yaml

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ name: terraform-aws-elasticache-redis
88

99
# Tags of this project
1010
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
1717

1818
# Categories of this project
1919
categories:
20-
- terraform-modules/databases
20+
- terraform-modules/databases
2121

2222
# Logo for this project
2323
#logo: docs/logo.png
@@ -30,24 +30,24 @@ github_repo: cloudposse/terraform-aws-elasticache-redis
3030

3131
# Badges to display
3232
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
4242

4343
# List any related terraform modules that this module may be used with or that this module depends on.
4444
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"
5151

5252

5353
# Short description of this project
@@ -156,9 +156,5 @@ usage: |-
156156
examples: |-
157157
Review the [complete example](examples/complete) or [serverless example](examples/serverless) to see how to use this module.
158158
159-
include:
160-
- "docs/targets.md"
161-
- "docs/terraform.md"
162-
163-
# Contributors to this project
159+
include: []
164160
contributors: []

atmos.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Atmos Configuration — powered by https://atmos.tools
2+
#
3+
# This configuration enables centralized, DRY, and consistent project scaffolding using Atmos.
4+
#
5+
# Included features:
6+
# - Organizational custom commands: https://atmos.tools/core-concepts/custom-commands
7+
# - Automated README generation: https://atmos.tools/cli/commands/docs/generate
8+
#
9+
10+
# Import shared configuration used by all modules
11+
import:
12+
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/terraform-module.yaml

docs/targets.md

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

0 commit comments

Comments
 (0)