Skip to content

Commit a120ddd

Browse files
authored
chore: Replace Makefile with atmos.yaml (#86)
1 parent c2f3cae commit a120ddd

5 files changed

Lines changed: 18 additions & 93 deletions

File tree

Makefile

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

README.yaml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,15 @@ github_repo: cloudposse/terraform-example-module
3232

3333
# Badges to display
3434
badges:
35-
- name: Last Updated
36-
image: https://img.shields.io/github/last-commit/None.svg?style=for-the-badge
37-
url: https://github.com/None/commits
3835
- name: Latest Release
39-
image: https://img.shields.io/github/release/None.svg?style=for-the-badge
40-
url: https://github.com/None/releases/latest
36+
image: https://img.shields.io/github/release/cloudposse/terraform-example-module.svg?style=for-the-badge
37+
url: https://github.com/cloudposse/terraform-example-module/releases/latest
4138
- name: Last Updated
42-
image: https://img.shields.io/github/last-commit/None.svg?style=for-the-badge
43-
url: https://github.com/None/commits
39+
image: https://img.shields.io/github/last-commit/cloudposse/terraform-example-module.svg?style=for-the-badge
40+
url: https://github.com/cloudposse/terraform-example-module/commits
4441
- name: Slack Community
4542
image: https://slack.cloudposse.com/for-the-badge.svg
46-
url: https://slack.cloudposse.com
43+
url: https://cloudposse.com/slack
4744

4845
# List any related terraform modules that this module may be used with or that this module depends on.
4946
related:
@@ -114,9 +111,5 @@ quickstart: |-
114111
Here's how to get started...
115112
116113
# Other files to include in this README from the project folder
117-
include:
118-
- "docs/targets.md"
119-
- "docs/terraform.md"
120-
121-
# Contributors to this project
114+
include: []
122115
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 & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)