Skip to content

Commit

Permalink
Merge pull request #4 from clouddrove/internal-a
Browse files Browse the repository at this point in the history
Corrected Folder Hierarchy
  • Loading branch information
d4kverma committed Mar 7, 2023
2 parents 94d521e + d4a5261 commit 8390135
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- ${{ needs.versionExtract.outputs.minVersion }}
- ${{ needs.versionExtract.outputs.maxVersion }}
directory:
- _example/complete
- _example/

steps:
- name: Checkout
Expand All @@ -49,6 +49,7 @@ jobs:
- name: tflint
uses: reviewdog/action-tflint@master
with:
tflint_version: v0.29.0
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: ${{ matrix.directory }}
fail_on_error: 'true'
Expand All @@ -70,4 +71,4 @@ jobs:
terraform_version: ${{ needs.versionExtract.outputs.maxVersion }}

- name: Check Terraform format changes
run: terraform fmt --recursive -check=true
run: terraform fmt --recursive -check=true
3 changes: 0 additions & 3 deletions _example/README.md

This file was deleted.

Empty file removed _example/complete/README.md
Empty file.
Empty file.
Empty file removed _example/complete/variables.tf
Empty file.
12 changes: 0 additions & 12 deletions _example/complete/versions.tf

This file was deleted.

2 changes: 1 addition & 1 deletion _example/complete/main.tf → _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "resource_group" {
}

module "application-insights" {
source = "../../"
source = "../"

name = "test-app"
environment = "test"
Expand Down
File renamed without changes.

0 comments on commit 8390135

Please sign in to comment.