File tree Expand file tree Collapse file tree 13 files changed +99
-39
lines changed
public-private-subnet-single-nat-gateway Expand file tree Collapse file tree 13 files changed +99
-39
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 assignee :
8- uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@master
8+ uses : clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.5
99 secrets :
1010 GITHUB : ${{ secrets.GITHUB }}
1111 with :
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88jobs :
99 changelog :
10- uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
10+ uses : clouddrove/github-shared-workflows/.github/workflows/changelog.yml@1.0.5
1111 secrets : inherit
1212 with :
1313 branch : ' master'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 tf-checks-private-subnet-example :
9- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
9+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
1010 with :
1111 working_directory : ' ./_example/private-subnet/'
1212 tf-checks-basic-example :
13- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
13+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
1414 with :
1515 working_directory : ' ./_example/basic/'
1616 tf-checks-public-private-subnet-single-nat-gateway-example :
17- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
17+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
1818 with :
1919 working_directory : ' ./_example/public-private-subnet-single-nat-gateway/'
2020 tf-checks-complete-example :
21- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
21+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
2222 with :
2323 working_directory : ' ./_example/complete/'
2424 tf-checks-public-subnet-example :
25- uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
25+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.5
2626 with :
2727 working_directory : ' ./_example/public-subnet/'
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 tf-lint :
9- uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
9+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.5
1010 secrets :
1111 GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 tfsec :
8- uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
8+ uses : clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.0.5
99 secrets : inherit
1010 with :
1111 working_directory : ' .'
Original file line number Diff line number Diff line change 1+ # Terraform version
2+ terraform {
3+ required_version = " >= 1.5.0"
4+
5+ required_providers {
6+ aws = {
7+ source = " hashicorp/aws"
8+ version = " >= 5.9.0"
9+ }
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ # Terraform version
2+ terraform {
3+ required_version = " >= 1.5.0"
4+
5+ required_providers {
6+ aws = {
7+ source = " hashicorp/aws"
8+ version = " >= 5.9.0"
9+ }
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ # Terraform version
2+ terraform {
3+ required_version = " >= 1.5.0"
4+
5+ required_providers {
6+ aws = {
7+ source = " hashicorp/aws"
8+ version = " >= 5.9.0"
9+ }
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ # Terraform version
2+ terraform {
3+ required_version = " >= 1.5.0"
4+
5+ required_providers {
6+ aws = {
7+ source = " hashicorp/aws"
8+ version = " >= 5.9.0"
9+ }
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ # Terraform version
2+ terraform {
3+ required_version = " >= 1.5.0"
4+
5+ required_providers {
6+ aws = {
7+ source = " hashicorp/aws"
8+ version = " >= 5.9.0"
9+ }
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments