Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Nov 7, 2023
1 parent b5bbfd9 commit e814af0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- "**/README.md"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "**/README.md"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
uses: soat-tech-challenge/github-workflows/.github/workflows/terraform-destroy.yml@main
secrets: inherit
with:
workspace: ${{ vars.TF_WORKSPACE }}
cloud_workspace: ${{ vars.TF_WORKSPACE }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# terraform-aws-ecs

Manages AWS ECS-related Terraform resources.

Part of a group course project of a self service and kitchen management system for a fictional fast food restaurant.

Currently responsible for managing computing-related resources of the project.

0 comments on commit e814af0

Please sign in to comment.