Skip to content

Commit cc4d069

Browse files
authored
chore: Replace Makefile with atmos.yaml (#146)
1 parent 8fd031b commit cc4d069

File tree

5 files changed

+14
-160
lines changed

5 files changed

+14
-160
lines changed

Makefile

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

README.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ badges:
2828
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline/commits
2929
- name: Slack Community
3030
image: https://slack.cloudposse.com/for-the-badge.svg
31-
url: https://slack.cloudposse.com
31+
url: https://cloudposse.com/slack
3232

3333
# List any related terraform modules that this module may be used with or that this module depends on.
3434
related:
@@ -159,10 +159,7 @@ examples: |-
159159
# Here's how to get started...
160160

161161
# Other files to include in this README from the project folder
162-
include:
163-
- "docs/targets.md"
164-
- "docs/terraform.md"
165-
162+
include: []
166163
references:
167164
- name: "aws_codepipeline_webhook"
168165
description: "Provides a CodePipeline Webhook"

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 & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)