Refactor to use Terrafrom Module Library #2
This file contains hidden or 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
name: globally-load-balanced-web-servers PR Check | |
on: | |
pull_request: | |
paths: | |
- 'reference-architectures/globally-load-balanced-web-servers/**/*.tf' | |
- 'reference-architectures/globally-load-balanced-web-servers/test/**/*' | |
jobs: | |
call-common: | |
uses: ./.github/workflows/workflow-terraform-pr-check.yaml | |
with: | |
module_path: reference-architectures/globally-load-balanced-web-servers |