Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples path fixed #24

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
run: |
terraform version
terraform providers
- name: Exmaple Complete Validate
- name: Example Complete Validate
run: |
cd exmaples/complete
cd examples/complete
terraform init -backend=false -upgrade -reconfigure
terraform validate
- name: Exmaple Remote Validate
- name: Example Remote Validate
run: |
cd exmaples/remote
cd examples/remote
terraform init -backend=false -upgrade -reconfigure
terraform validate

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tfsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
sarif_file: tfsec.sarif

remote:
name: Remote exmaple test
name: Remote example test
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Exmaple Remote Validate
- name: example Remote Validate
run: |
cd exmaples/remote
cd examples/remote
terraform init -backend=false -upgrade -reconfigure
terraform validate
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading