File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
_test/generate-certificate-dns Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 aws-access-key-id : ${{ secrets.TEST_AWS_ACCESS_KEY }}
1818 aws-secret-access-key : ${{ secrets.TEST_AWS_ACCESS_SECRET_KEY }}
1919 aws-region : us-east-2
20- - name : ' Terratest'
20+ - name : ' Terratest Generate Certificate DNS '
2121 if : ${{ github.event.label.name == 'terratest' }}
2222 uses : ' clouddrove/github-actions@v4.0'
2323 with :
24- actions_subcommand : ' terratest for generate certificate dns '
24+ actions_subcommand : ' terratest'
2525 tf_actions_working_dir : _test/generate-certificate-dns
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828
29- - name : ' Terratest'
29+ - name : ' Terratest Generate Certificate Email '
3030 if : ${{ github.event.label.name == 'terratest' }}
3131 uses : ' clouddrove/github-actions@v4.0'
3232 with :
33- actions_subcommand : ' terratest for generate certificate email '
33+ actions_subcommand : ' terratest'
3434 tf_actions_working_dir : _test/generate-certificate-email
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33* .tfstate.backup
44.terraform
55.idea
6- * .iml
6+ * .iml
7+ * .sum
Original file line number Diff line number Diff line change 11repos :
22 - repo : git://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.12 .0
3+ rev : v1.43 .0
44 hooks :
55 - id : terraform_fmt
66
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v2.0 .0
8+ rev : v3.2 .0
99 hooks :
1010 - id : check-merge-conflict
11- - id : trailing-whitespace
1211 - id : check-yaml
1312 - id : check-added-large-files
13+ - id : trailing-whitespace
Original file line number Diff line number Diff line change 55require (
66 github.com/gruntwork-io/terratest v0.30.6
77 github.com/stretchr/testify v1.6.1
8- )
8+ )
You can’t perform that action at this time.
0 commit comments