Skip to content

Commit 6c37226

Browse files
authored
chore: Replace Makefile with atmos.yaml (#142)
1 parent 97a8950 commit 6c37226

File tree

5 files changed

+14
-123
lines changed

5 files changed

+14
-123
lines changed

Makefile

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

README.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ badges:
3535
url: https://github.com/cloudposse/terraform-aws-dynamodb/commits
3636
- name: Slack Community
3737
image: https://slack.cloudposse.com/for-the-badge.svg
38-
url: https://slack.cloudposse.com
38+
url: https://cloudposse.com/slack
3939

4040
# List any related terraform modules that this module may be used with or that this module depends on.
4141
related:
@@ -184,8 +184,5 @@ usage: |2-
184184
```
185185
186186
See [Terraform types and values](https://www.terraform.io/docs/configuration/expressions.html#types-and-values) for more details.
187-
include:
188-
- "docs/targets.md"
189-
- "docs/terraform.md"
190-
# Contributors to this project
187+
include: []
191188
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.

docs/terraform.md

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

0 commit comments

Comments
 (0)