File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: "Documentation: terraform-docs"
77on :
88 pull_request :
99 paths :
10- - ' Terraform/**'
10+ - ' Infrastructure_as_Code/ Terraform/**'
1111 push :
1212 paths :
13- - ' Terraform/**'
13+ - ' Infrastructure_as_Code/ Terraform/**'
1414 branches :
1515 - main
1616
2020 strategy :
2121 matrix :
2222 directory :
23- - ' Terraform/deploy-fsx-ontap/module'
24- - ' Terraform/deploy-fsx-ontap/standalone-module'
23+ - ' Infrastructure_as_Code/ Terraform/deploy-fsx-ontap/module'
24+ - ' Infrastructure_as_Code/ Terraform/deploy-fsx-ontap/standalone-module'
2525 steps :
2626 - name : Checkout pull request
2727 uses : actions/checkout@v3.5.0
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: "Code Quality: Terraform"
77on :
88 pull_request :
99 paths :
10- - ' Terraform/**'
10+ - ' Infrastructure_as_Code/ Terraform/**'
1111 push :
1212 paths :
13- - ' Terraform/**'
13+ - ' Infrastructure_as_Code/ Terraform/**'
1414 branches :
1515 - main
1616
2121 strategy :
2222 matrix :
2323 directory :
24- - ' Terraform/deploy-fsx-ontap/module'
25- - ' Terraform/deploy-fsx-ontap/standalone-module'
24+ - ' Infrastructure_as_Code/ Terraform/deploy-fsx-ontap/module'
25+ - ' Infrastructure_as_Code/ Terraform/deploy-fsx-ontap/standalone-module'
2626 defaults :
2727 run :
2828 working-directory : ${{ matrix.directory }}
4747 # run: terraform fmt -diff -check -no-color -recursive
4848
4949 - name : Validate Terraform configuration
50- run : terraform validate
50+ run : terraform validate
You can’t perform that action at this time.
0 commit comments