Skip to content

Replace Makefile with atmos.yaml #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

7 changes: 2 additions & 5 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ badges:
url: https://github.com/cloudposse/terraform-aws-ecs-codepipeline/commits
- name: Slack Community
image: https://slack.cloudposse.com/for-the-badge.svg
url: https://slack.cloudposse.com
url: https://cloudposse.com/slack

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

# Other files to include in this README from the project folder
include:
- "docs/targets.md"
- "docs/terraform.md"

include: []
references:
- name: "aws_codepipeline_webhook"
description: "Provides a CodePipeline Webhook"
Expand Down
12 changes: 12 additions & 0 deletions atmos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Atmos Configuration — powered by https://atmos.tools
#
# This configuration enables centralized, DRY, and consistent project scaffolding using Atmos.
#
# Included features:
# - Organizational custom commands: https://atmos.tools/core-concepts/custom-commands
# - Automated README generation: https://atmos.tools/cli/commands/docs/generate
#

# Import shared configuration used by all modules
import:
- https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/terraform-module.yaml
11 changes: 0 additions & 11 deletions docs/targets.md

This file was deleted.

Loading