diff --git a/Makefile b/Makefile deleted file mode 100644 index dc7415e..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -SHELL := /bin/bash - -# List of targets the `readme` target should call before generating the readme -export README_DEPS ?= docs/github-action.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 \ No newline at end of file diff --git a/atmos.yaml b/atmos.yaml index e77388d..dfa6aca 100644 --- a/atmos.yaml +++ b/atmos.yaml @@ -1,12 +1,2 @@ -# 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/github-action.yaml \ No newline at end of file + - https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml diff --git a/docs/github-action.md b/docs/github-action.md deleted file mode 100644 index 64635a2..0000000 --- a/docs/github-action.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## Inputs - -| Name | Description | Default | Required | -|------|-------------|---------|----------| -| branch | The branch to create | release | false | -| from | Provide the tag number ex:- v0.0.7 or branch name i.e develop | N/A | true | - - -