-
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(terraform): add support for generic cluster template (#22)
* feat(terraform): add support for generic cluster template Introduce a new "generic" cluster template to enhance flexibility in cluster configurations. This addition allows for a more customizable and adaptable setup, catering to diverse deployment needs. * style(setup_truefoundry_cluster.sh): adjust indentation for consistency and readability * chore(workflows): update workflow references to ensure consistency Updated the workflow files for linting, documentation generation, and vulnerability scanning to maintain consistency in the usage of external workflow references. No functional changes were made, only formatting adjustments to ensure proper end-of-file newlines. * fix(get_environment.sh): quote file paths to prevent word splitting and ensure correct file handling * trigger commit * style(setup_truefoundry_cluster.sh): convert indentation from tabs to spaces for consistency and readability
- Loading branch information
1 parent
00eb302
commit 6e2ac8e
Showing
7 changed files
with
27 additions
and
30 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ on: | |
jobs: | ||
fmt_and_lint: | ||
name: Terraform fmt and tflint | ||
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | ||
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ jobs: | |
name: Generate terraform docs | ||
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | ||
with: | ||
commit_ref: ${{ github.event.pull_request.head.ref }} | ||
commit_ref: ${{ github.event.pull_request.head.ref }} |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ jobs: | |
name: Vulnerability scanning | ||
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | ||
secrets: | ||
snyk_token: ${{ secrets.SNYK_TOKEN }} | ||
snyk_token: ${{ secrets.SNYK_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
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
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
File renamed without changes.