Skip to content

Commit f931b9c

Browse files
authored
chore: Replace Makefile with atmos.yaml (#211)
1 parent 4519c49 commit f931b9c

File tree

5 files changed

+14
-167
lines changed

5 files changed

+14
-167
lines changed

Makefile

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

README.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ badges:
2222
url: https://github.com/cloudposse/terraform-aws-eks-node-group/commits
2323
- name: Slack Community
2424
image: https://slack.cloudposse.com/for-the-badge.svg
25-
url: https://slack.cloudposse.com
25+
url: https://cloudposse.com/slack
2626

2727
# List any related terraform modules that this module may be used with or that this module depends on.
2828
related:
@@ -105,7 +105,7 @@ introduction: |-
105105
106106
107107
# How to use this project
108-
usage: |-
108+
usage: |2-
109109
110110
### Major Changes (breaking and otherwise)
111111
@@ -229,9 +229,5 @@ usage: |-
229229
```
230230
231231
include:
232-
- "docs/targets.md"
233232
- "docs/windows.md"
234-
- "docs/terraform.md"
235-
236-
# Contributors to this project
237233
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)