Skip to content

Commit cbe2de9

Browse files
authored
chore: Replace Makefile with atmos.yaml (#221)
1 parent ec90271 commit cbe2de9

File tree

5 files changed

+13
-208
lines changed

5 files changed

+13
-208
lines changed

Makefile

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

README.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ badges:
3434
url: https://github.com/cloudposse/terraform-aws-dynamic-subnets/commits
3535
- name: Slack Community
3636
image: https://slack.cloudposse.com/for-the-badge.svg
37-
url: https://slack.cloudposse.com
37+
url: https://cloudposse.com/slack
3838

3939
# List any related terraform modules that this module may be used with or that this module depends on.
4040
related:
@@ -170,7 +170,4 @@ usage: |-
170170
171171
include:
172172
- "docs/design.md"
173-
- "docs/targets.md"
174-
- "docs/terraform.md"
175-
# Contributors to this project
176173
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)