Skip to content

Commit e814af0

Browse files
committed
chore: docs
1 parent b5bbfd9 commit e814af0

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- "**/README.md"
79
workflow_dispatch:
810

911
jobs:

.github/workflows/pull-request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- "**/README.md"
79
workflow_dispatch:
810

911
jobs:

.github/workflows/terraform-destroy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
uses: soat-tech-challenge/github-workflows/.github/workflows/terraform-destroy.yml@main
99
secrets: inherit
1010
with:
11-
workspace: ${{ vars.TF_WORKSPACE }}
11+
cloud_workspace: ${{ vars.TF_WORKSPACE }}

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# terraform-aws-ecs
2+
3+
Manages AWS ECS-related Terraform resources.
4+
5+
Part of a group course project of a self service and kitchen management system for a fictional fast food restaurant.
6+
7+
Currently responsible for managing computing-related resources of the project.

0 commit comments

Comments
 (0)