-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update tf.checks step name and tf and aws version * feat: update tf.checks step name and tf and aws version * feat: update tf.checks step name and tf and aws version --------- Co-authored-by: anmolnagpal <[email protected]>
- Loading branch information
1 parent
79e31bd
commit d90f688
Showing
12 changed files
with
22 additions
and
108 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
assignee: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
secrets: | ||
GITHUB: ${{ secrets.GITHUB }} | ||
with: | ||
|
6 changes: 4 additions & 2 deletions
6
.github/workflows/auto_merge.yml → .github/workflows/automerge.yml
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,10 +1,12 @@ | ||
--- | ||
name: Auto merge | ||
on: | ||
pull_request: | ||
jobs: | ||
auto-merge: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].9 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
secrets: | ||
GITHUB: ${{ secrets.GITHUB }} | ||
with: | ||
tfcheck: 'tf-checks-spot-example / Get min/max versions' | ||
tfcheck: 'tf-checks-on-demand-example / Check code format' | ||
... |
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,7 +7,7 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
changelog: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
secrets: inherit | ||
with: | ||
branch: 'master' |
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 |
---|---|---|
|
@@ -3,28 +3,28 @@ on: | |
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
readme: | ||
readme-create: | ||
name: 'readme-create' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout' | ||
uses: actions/checkout@master | ||
|
||
- name: 'Set up Python 3.7' | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.x' | ||
|
||
- name: 'create readme' | ||
uses: 'clouddrove/github-actions@v9.0.3' | ||
uses: 'clouddrove/github-actions@9.0.3' | ||
with: | ||
actions_subcommand: 'readme' | ||
github_token: '${{ secrets.GITHUB }}' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
||
- name: 'pre-commit check errors' | ||
uses: pre-commit/[email protected] | ||
continue-on-error: true | ||
|
@@ -34,7 +34,7 @@ jobs: | |
continue-on-error: true | ||
|
||
- name: 'push readme' | ||
uses: 'clouddrove/github-actions@v9.0.3' | ||
uses: 'clouddrove/github-actions@9.0.3' | ||
continue-on-error: true | ||
with: | ||
actions_subcommand: 'push' | ||
|
@@ -50,4 +50,4 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required | ||
if: always() | ||
if: always() |
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,11 +6,11 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
tf-checks-on-demand-example: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
with: | ||
working_directory: './_example/on-demand/' | ||
tf-checks-spot-example: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
with: | ||
working_directory: './_example/spot/' | ||
|
||
|
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,6 +6,6 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
tf-lint: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
secrets: | ||
GITHUB: ${{ secrets.GITHUB }} |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
workflow_dispatch: | ||
jobs: | ||
tfsec: | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].6 | ||
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected].10 | ||
secrets: inherit | ||
with: | ||
working_directory: '.' |
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
# Terraform version | ||
terraform { | ||
required_version = ">= 1.6.1" | ||
required_version = ">= 1.6.6" | ||
|
||
required_providers { | ||
aws = { | ||
source = "hashicorp/aws" | ||
version = ">= 5.21.0" | ||
version = ">= 5.31.0" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
# Terraform version | ||
terraform { | ||
required_version = ">= 1.6.1" | ||
required_version = ">= 1.6.6" | ||
|
||
required_providers { | ||
aws = { | ||
source = "hashicorp/aws" | ||
version = ">= 5.21.0" | ||
version = ">= 5.31.0" | ||
} | ||
} | ||
} |
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,11 +1,11 @@ | ||
# Terraform version | ||
terraform { | ||
required_version = ">= 1.6.1" | ||
required_version = ">= 1.6.6" | ||
|
||
required_providers { | ||
aws = { | ||
source = "hashicorp/aws" | ||
version = ">= 5.21.0" | ||
version = ">= 5.31.0" | ||
} | ||
} | ||
} |