Skip to content

Replace Makefile with atmos.yaml #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions Makefile

This file was deleted.

11 changes: 7 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: terraform-aws-lambda-elasticsearch-cleanup
license: APACHE2
github_repo: cloudposse/terraform-aws-lambda-elasticsearch-cleanup
badges:
- name: Tests
image: https://img.shields.io/github/actions/workflow/status/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/lambda.yml?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions/workflows/lambda.yml

# List any related terraform modules that this module may be used with or that this module depends on.
- name: Latest Release
image: https://img.shields.io/github/release/cloudposse/terraform-aws-lambda-elasticsearch-cleanup.svg?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/releases/latest
Expand All @@ -10,7 +15,7 @@ badges:
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/commits
- name: Slack Community
image: https://slack.cloudposse.com/for-the-badge.svg
url: https://slack.cloudposse.com
url: https://cloudposse.com/slack
- name: Tests
image: https://img.shields.io/github/actions/workflow/status/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/lambda.yml?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions/workflows/lambda.yml
Expand Down Expand Up @@ -83,7 +88,5 @@ usage: |2-
|`index_regex = "(ipat)-(dpat)"`|`index_re = "ipat"` and be sure `index_format` is correct for your date format|


include:
- docs/targets.md
- docs/terraform.md
include: []
contributors: []
12 changes: 12 additions & 0 deletions atmos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Atmos Configuration — powered by https://atmos.tools
#
# This configuration enables centralized, DRY, and consistent project scaffolding using Atmos.
#
# Included features:
# - Organizational custom commands: https://atmos.tools/core-concepts/custom-commands
# - Automated README generation: https://atmos.tools/cli/commands/docs/generate
#

# Import shared configuration used by all modules
import:
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/terraform-module.yaml
14 changes: 0 additions & 14 deletions docs/targets.md

This file was deleted.

97 changes: 0 additions & 97 deletions docs/terraform.md

This file was deleted.

Loading