File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ paths-ignore :
8
+ - " **/README.md"
7
9
workflow_dispatch :
8
10
9
11
jobs :
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- main
7
+ paths-ignore :
8
+ - " **/README.md"
7
9
workflow_dispatch :
8
10
9
11
jobs :
Original file line number Diff line number Diff line change 8
8
uses : soat-tech-challenge/github-workflows/.github/workflows/terraform-destroy.yml@main
9
9
secrets : inherit
10
10
with :
11
- workspace : ${{ vars.TF_WORKSPACE }}
11
+ cloud_workspace : ${{ vars.TF_WORKSPACE }}
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments