Skip to content

Commit 97deb3f

Browse files
authored
chore: Replace Makefile with atmos.yaml (#2449)
1 parent 0120ce9 commit 97deb3f

File tree

4 files changed

+25
-51
lines changed

4 files changed

+25
-51
lines changed

Makefile

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

README.yaml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
#
32
# This is the canonical configuration for the `README.md`
43
# Run `make readme` to rebuild the `README.md`
@@ -17,13 +16,17 @@ license: "APACHE2"
1716
github_repo: cloudposse/github-action-atmos-terraform-drift-detection
1817

1918
badges:
20-
- name: "Latest Release"
21-
image: "https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.svg"
22-
url: "https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/releases/latest"
23-
- name: "Slack Community"
24-
image: "https://slack.cloudposse.com/badge.svg"
25-
url: "https://slack.cloudposse.com"
26-
19+
- name: Latest Release
20+
image: https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.svg?style=for-the-badge
21+
url: https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/releases/latest
22+
- name: Last Updated
23+
image: https://img.shields.io/github/last-commit/cloudposse/github-action-atmos-terraform-drift-detection.svg?style=for-the-badge
24+
url: https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/commits
25+
- name: Slack Community
26+
image: https://slack.cloudposse.com/for-the-badge.svg
27+
url: https://cloudposse.com/slack
28+
29+
# List any related terraform modules that this module may be used with or that this module depends on.
2730
related: []
2831

2932
description: This Github Action is used to detect drift
@@ -120,13 +123,5 @@ usage: |-
120123
max-opened-issues: '3'
121124
```
122125
123-
include:
124-
- "docs/github-action.md"
125-
126-
contributors:
127-
- name: "Zinovii Dmytriv"
128-
github: "zdmytriv"
129-
- name: "Erik Osterman"
130-
github: "osterman"
131-
- name: "Daniel Miller"
132-
github: "milldr"
126+
include: []
127+
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/github-action.md

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

0 commit comments

Comments
 (0)