generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ability to track usage telemetry of EKS Blueprint solutions (…
- Loading branch information
1 parent
aa60bf2
commit d2e33bb
Showing
8 changed files
with
66 additions
and
51 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 |
---|---|---|
|
@@ -12,8 +12,8 @@ on: | |
permissions: read-all | ||
|
||
env: | ||
TERRAFORM_DOCS_VERSION: v0.16.0 | ||
TFLINT_VERSION: v0.50.3 | ||
TERRAFORM_DOCS_VERSION: v0.19.0 | ||
TFLINT_VERSION: v0.53.0 | ||
|
||
concurrency: | ||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' | ||
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
- name: Get root directories | ||
id: dirs | ||
uses: clowdhaus/terraform-composite-actions/directories@v1.9.0 | ||
uses: clowdhaus/terraform-composite-actions/directories@v1.11.1 | ||
|
||
preCommitMinVersions: | ||
name: Min TF pre-commit | ||
|
@@ -58,22 +58,22 @@ jobs: | |
- '${{ matrix.directory }}/*.tf' | ||
- name: Terraform min/max versions | ||
uses: clowdhaus/[email protected].0 | ||
uses: clowdhaus/[email protected].1 | ||
if: steps.changes.outputs.src== 'true' | ||
id: minMax | ||
with: | ||
directory: ${{ matrix.directory }} | ||
|
||
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }} | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0 | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1 | ||
# Run only validate pre-commit check on min version supported | ||
if: ${{ matrix.directory != '.' && steps.changes.outputs.src== 'true' }} | ||
with: | ||
terraform-version: ${{ steps.minMax.outputs.minVersion }} | ||
args: 'terraform_validate --color=always --show-diff-on-failure --files ${{ matrix.directory }}/*' | ||
|
||
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }} | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0 | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1 | ||
# Run only validate pre-commit check on min version supported | ||
if: ${{ matrix.directory == '.' && steps.changes.outputs.src== 'true' }} | ||
with: | ||
|
@@ -100,11 +100,11 @@ jobs: | |
- name: Terraform min/max versions | ||
id: minMax | ||
uses: clowdhaus/[email protected].0 | ||
uses: clowdhaus/[email protected].1 | ||
if: steps.changes.outputs.src== 'true' | ||
|
||
- name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }} | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0 | ||
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1 | ||
if: steps.changes.outputs.src== 'true' | ||
with: | ||
terraform-version: ${{ steps.minMax.outputs.maxVersion }} | ||
|
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
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
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