Skip to content

Merge pull request #426 from hashicorp/VCDL-251-5 #7

Merge pull request #426 from hashicorp/VCDL-251-5

Merge pull request #426 from hashicorp/VCDL-251-5 #7

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: hashicorp/field-workshops-terraform/deploy-terraform-foundations-aws
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'instruqt-tracks/terraform-foundations-aws/**'
permissions:
contents: read
jobs:
deploy-track:
uses: ./.github/workflows/instruqt-track-deploy.yml
with:
working_directory: "instruqt-tracks/terraform-foundations-aws"
INSTRUQT_CLI_URI: ${{ vars.INSTRUQT_CLI_URI }}
secrets:
INSTRUQT_TOKEN: ${{ secrets.INSTRUQT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}