File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # These owners will be the default owners for everything in
2+ # the repo. Unless a later match takes precedence,
3+ # @taskrabbit/devops will be requested for
4+ # review when someone opens a pull request.
5+
6+ * @ taskrabbit/devops
Original file line number Diff line number Diff line change 1+ ## Description
2+ <!-- Provide a general summary and/or description of the changes in this section -->
3+
4+ ## Changes
5+ <!-- Provide a list of more specific details made to the application or specific files -->
6+
7+ ## Ticket
8+ <!-- Include a link to the Jira ticket here -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Terraform Module
3+ on :
4+ push : {}
5+ workflow_dispatch : {}
6+
7+ jobs :
8+ publish-module :
9+ uses : taskrabbit/github_workflows/.github/workflows/terraform-module.yaml@main
10+ with :
11+ namespace : taskrabbit
12+ system : aws
13+ name : " asg" # This is required to be updated by the downstream repository.
14+ module_directory : ./group
You can’t perform that action at this time.
0 commit comments