Skip to content

Commit 06d3b9a

Browse files
committed
Reorganized the IaC directories
1 parent 93fcd9a commit 06d3b9a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/terraform-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "Documentation: terraform-docs"
77
on:
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

@@ -20,8 +20,8 @@ jobs:
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

.github/workflows/terraform.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "Code Quality: Terraform"
77
on:
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

@@ -21,8 +21,8 @@ jobs:
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 }}
@@ -47,4 +47,4 @@ jobs:
4747
# run: terraform fmt -diff -check -no-color -recursive
4848

4949
- name: Validate Terraform configuration
50-
run: terraform validate
50+
run: terraform validate

0 commit comments

Comments
 (0)