feat: Adding the Terraform module to deploy SD-Core Bundles #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2024 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
name: Check Terraform Modules | ||
on: | ||
pull_request: | ||
jobs: | ||
check-terraform-module: | ||
name: Check Terraform Module | ||
uses: canonical/sdcore-github-workflows/.github/workflows/terraform.yaml@main | ||
secrets: inherit | ||
with: | ||
working-directory: ./modules | ||
Check failure on line 16 in .github/workflows/terraform.yaml GitHub Actions / Check Terraform ModulesInvalid workflow file
|