File tree Expand file tree Collapse file tree 5 files changed +19
-147
lines changed Expand file tree Collapse file tree 5 files changed +19
-147
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: terraform-aws-lambda-elasticsearch-cleanup
2
2
license : APACHE2
3
3
github_repo : cloudposse/terraform-aws-lambda-elasticsearch-cleanup
4
4
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.
5
10
- name : Latest Release
6
11
image : https://img.shields.io/github/release/cloudposse/terraform-aws-lambda-elasticsearch-cleanup.svg?style=for-the-badge
7
12
url : https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/releases/latest
@@ -10,7 +15,7 @@ badges:
10
15
url : https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/commits
11
16
- name : Slack Community
12
17
image : https://slack.cloudposse.com/for-the-badge.svg
13
- url : https://slack. cloudposse.com
18
+ url : https://cloudposse.com/slack
14
19
- name : Tests
15
20
image : https://img.shields.io/github/actions/workflow/status/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/lambda.yml?style=for-the-badge
16
21
url : https://github.com/cloudposse/terraform-aws-lambda-elasticsearch-cleanup/actions/workflows/lambda.yml
@@ -83,7 +88,5 @@ usage: |2-
83
88
|`index_regex = "(ipat)-(dpat)"`|`index_re = "ipat"` and be sure `index_format` is correct for your date format|
84
89
85
90
86
- include :
87
- - docs/targets.md
88
- - docs/terraform.md
91
+ include : []
89
92
contributors : []
Original file line number Diff line number Diff line change
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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments