Skip to content

Commit a7c1f58

Browse files
authored
chore: Replace Makefile with atmos.yaml (#46)
1 parent df26dee commit a7c1f58

File tree

5 files changed

+14
-112
lines changed

5 files changed

+14
-112
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
@@ -31,7 +31,7 @@ badges:
3131
url: https://github.com/cloudposse/terraform-aws-code-deploy/commits
3232
- name: Slack Community
3333
image: https://slack.cloudposse.com/for-the-badge.svg
34-
url: https://slack.cloudposse.com
34+
url: https://cloudposse.com/slack
3535

3636
# List any related terraform modules that this module may be used with or that this module depends on.
3737
related:
@@ -92,9 +92,5 @@ examples: |-
9292
# Here's how to get started...
9393

9494
# Other files to include in this README from the project folder
95-
include:
96-
- docs/targets.md
97-
- docs/terraform.md
98-
99-
# Contributors to this project
95+
include: []
10096
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 & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)