Skip to content

Commit a03cc5c

Browse files
authored
chore: Replace Makefile with atmos.yaml (#79)
1 parent 666a378 commit a03cc5c

File tree

5 files changed

+19
-147
lines changed

5 files changed

+19
-147
lines changed

Makefile

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

README.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: terraform-aws-lambda-elasticsearch-cleanup
22
license: APACHE2
33
github_repo: cloudposse/terraform-aws-lambda-elasticsearch-cleanup
44
badges:
5+
- name: Tests
6+
image: https://img.shields.io/github/actions/workflow/status/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/lambda.yml?style=for-the-badge
7+
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions/workflows/lambda.yml
8+
9+
# List any related terraform modules that this module may be used with or that this module depends on.
510
- name: Latest Release
611
image: https://img.shields.io/github/release/cloudposse/terraform-aws-lambda-elasticsearch-cleanup.svg?style=for-the-badge
712
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/releases/latest
@@ -10,7 +15,7 @@ badges:
1015
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/commits
1116
- name: Slack Community
1217
image: https://slack.cloudposse.com/for-the-badge.svg
13-
url: https://slack.cloudposse.com
18+
url: https://cloudposse.com/slack
1419
- name: Tests
1520
image: https://img.shields.io/github/actions/workflow/status/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/lambda.yml?style=for-the-badge
1621
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions/workflows/lambda.yml
@@ -83,7 +88,5 @@ usage: |2-
8388
|`index_regex = "(ipat)-(dpat)"`|`index_re = "ipat"` and be sure `index_format` is correct for your date format|
8489
8590
86-
include:
87-
- docs/targets.md
88-
- docs/terraform.md
91+
include: []
8992
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 & 14 deletions
This file was deleted.

docs/terraform.md

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

0 commit comments

Comments
 (0)