Skip to content

Commit 117a9d7

Browse files
authored
Use atmos instead of makefile (#60)
* Added atmos readme * Fix .gitignore entry for build-harness
1 parent ea5273d commit 117a9d7

File tree

8 files changed

+57
-193
lines changed

8 files changed

+57
-193
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ run.sh
4646

4747
# Cloud Posse Build Harness https://github.com/cloudposse/build-harness
4848
**/.build-harness
49-
**/build-harness
49+
**/build-harness
50+
.atmos

Makefile

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

README.md

Lines changed: 41 additions & 150 deletions
Large diffs are not rendered by default.

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
#
33
# This is the canonical configuration for the `README.md`
4-
# Run `make readme` to rebuild the `README.md`
4+
# Run `atmos readme` to rebuild the `README.md`
55
#
66

77
# Name of this project
@@ -65,7 +65,7 @@ description: |-
6565

6666
# How to use this project
6767
usage: |-
68-
This function should be deployed using the
68+
This function should be deployed using the
6969
[terraform-aws-github-action-token-rotator](https://github.com/cloudposse/terraform-aws-github-action-token-rotator.git)
7070
module.
7171

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/default.yaml

docs/.gitkeep

Whitespace-only changes.

docs/targets.md

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

docs/terraform.md

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

0 commit comments

Comments
 (0)