From 8407629b19d7648d782bf90d51eb4e3455d5b6a5 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 27 May 2025 23:18:36 +0300 Subject: [PATCH] Revert "chore: Replace Makefile with atmos.yaml (#119)" This reverts commit 56e4972719d531c3e1ddba8d88262b20fb61f9db. --- Makefile | 10 ++++++++++ atmos.yaml | 12 ------------ 2 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 Makefile delete mode 100644 atmos.yaml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1cfc68f --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +SHELL := /bin/bash + +# List of targets the `readme` target should call before generating the readme +export README_DEPS ?= docs/targets.md docs/terraform.md + +-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) + +## Lint terraform code +lint: + $(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate diff --git a/atmos.yaml b/atmos.yaml deleted file mode 100644 index b5a4a8f..0000000 --- a/atmos.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# 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