-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated all modules to new Zscaler RHEL9 Images (#8)
- Loading branch information
Showing
50 changed files
with
187 additions
and
296 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ jobs: | |
@semantic-release/[email protected] | ||
[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains 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
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
repos: | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.85.0 | ||
rev: v1.92.0 | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_validate | ||
- id: terraform_docs | ||
args: | ||
- "--args=--lockfile=false" | ||
- '--args=--lockfile=false' | ||
- id: terraform_tflint | ||
args: | ||
- "--args=--only=terraform_deprecated_interpolation" | ||
- "--args=--only=terraform_deprecated_index" | ||
- "--args=--only=terraform_unused_declarations" | ||
- "--args=--only=terraform_comment_syntax" | ||
- "--args=--only=terraform_documented_outputs" | ||
- "--args=--only=terraform_documented_variables" | ||
- "--args=--only=terraform_typed_variables" | ||
- "--args=--only=terraform_module_pinned_source" | ||
- "--args=--only=terraform_naming_convention" | ||
- "--args=--only=terraform_required_version" | ||
- "--args=--only=terraform_required_providers" | ||
- "--args=--only=terraform_standard_module_structure" | ||
- "--args=--only=terraform_workspace_remote" | ||
|
||
# - repo: https://github.com/pre-commit/pre-commit-hooks | ||
# rev: v4.5.0 | ||
# hooks: | ||
# - id: check-merge-conflict | ||
# - id: end-of-file-fixer | ||
- '--args=--only=terraform_deprecated_interpolation' | ||
- '--args=--only=terraform_deprecated_index' | ||
- '--args=--only=terraform_unused_declarations' | ||
- '--args=--only=terraform_comment_syntax' | ||
- '--args=--only=terraform_documented_outputs' | ||
- '--args=--only=terraform_documented_variables' | ||
- '--args=--only=terraform_typed_variables' | ||
- '--args=--only=terraform_module_pinned_source' | ||
- '--args=--only=terraform_naming_convention' | ||
- '--args=--only=terraform_required_version' | ||
- '--args=--only=terraform_required_providers' | ||
- '--args=--only=terraform_standard_module_structure' | ||
- '--args=--only=terraform_workspace_remote' | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
hooks: | ||
- id: check-merge-conflict | ||
- id: end-of-file-fixer | ||
|
||
- repo: https://github.com/jorisroovers/gitlint | ||
rev: v0.19.1 | ||
rev: v0.19.1 | ||
hooks: | ||
- id: gitlint | ||
|
||
# - repo: https://github.com/Yelp/detect-secrets | ||
# rev: v1.4.0 | ||
# hooks: | ||
# - id: detect-secrets | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.5.0 | ||
hooks: | ||
- id: detect-secrets |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,4 @@ | |
} | ||
] | ||
] | ||
} | ||
} |
Empty file.
This file contains 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
Empty file.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
page_title: "Support Guide" | ||
--- | ||
|
||
# General Support Statement | ||
|
||
This Terraform Azure ZPA App Connector Module is supported and maintained by the Zscaler Technology Alliances team in partnership with our global support team. | ||
|
||
## Support Ticket Severity | ||
|
||
Support tickets related to the Terraform Modules can be opened with [Zscaler Support](https://help.zscaler.com/login-tickets), however since the provider is just a client of the underlying product API, we will **NOT** be able to treat terraform module related support requests as a Severity-1 (Immediate time frame). | ||
|
||
When reporting bugs, please provide the Terraform script that demonstrates the bug and the command output. Stack traces will also be helpful. | ||
|
||
Notice that we will **NOT**, however, fix bugs upon customer demand, as we have to prioritize all pending bugs and features, as part of the product's backlog and release cycles. | ||
|
||
If you have an urgent escalation, please contact your local Zscaler account team (RSM/SE/CSM/TAM) for assistance. | ||
|
||
## Contact | ||
|
||
For questions or requests that cannot be submitted via GitHub Issues, please contact [Zscaler Support](https://help.zscaler.com/submit-ticket-links) |
This file contains 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
Oops, something went wrong.