Skip to content

Commit dda7ab3

Browse files
authored
chore: Replace Makefile with atmos.yaml (#107)
1 parent e40d995 commit dda7ab3

File tree

5 files changed

+16
-89
lines changed

5 files changed

+16
-89
lines changed

Makefile

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

README.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ badges:
3131
url: https://github.com/cloudposse/terraform-yaml-stack-config/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
categories:
3636
- config
3737
- configuration
@@ -70,6 +70,8 @@ categories:
7070

7171
# List any related terraform modules that this module may be used with or that this module depends on.
7272

73+
# List any related terraform modules that this module may be used with or that this module depends on.
74+
7375
# List any related terraform modules that this module may be used with or that this module depends on.
7476
related:
7577
- name: "terraform-provider-utils"
@@ -345,9 +347,5 @@ examples: |2-
345347
# Here's how to get started...
346348

347349
# Other files to include in this README from the project folder
348-
include:
349-
- "docs/targets.md"
350-
- "docs/terraform.md"
351-
352-
# Contributors to this project
350+
include: []
353351
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 & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)