File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,47 @@ jobs:
8282 actions_subcommand : ' plan'
8383 tf_actions_working_dir : ./_example/generate-certificate-email
8484
85+ import-certificate :
86+ name : ' import-certificate'
87+ needs : fmt
88+ runs-on : ubuntu-latest
89+ steps :
90+
91+ - name : ' Checkout'
92+ 93+
94+ - name : ' Configure AWS Credentials'
95+ uses : clouddrove/configure-aws-credentials@v1
96+ with :
97+ aws-access-key-id : ${{ secrets.TEST_AWS_ACCESS_KEY }}
98+ aws-secret-access-key : ${{ secrets.TEST_AWS_ACCESS_SECRET_KEY }}
99+ aws-region : us-east-2
100+
101+ - name : ' Terraform init for generate certificate import-certificate'
102+ uses :
' clouddrove/[email protected] ' 103+ with :
104+ actions_subcommand : ' init'
105+ tf_actions_working_dir : ./_example/import-certificate
106+
107+ - name : ' Terraform validate for generate certificate import-certificate'
108+ uses :
' clouddrove/[email protected] ' 109+ with :
110+ actions_subcommand : ' validate'
111+ tf_actions_working_dir : ./_example/import-certificate
112+
113+ - name : ' Terraform plan for generate certificate import-certificate'
114+ uses :
' clouddrove/[email protected] ' 115+ with :
116+ actions_subcommand : ' plan'
117+ tf_actions_working_dir : ./_example/import-certificate
118+
85119 pre-commit :
86120 name : ' Pre-Commit'
87121 needs :
88122 - fmt
89123 - DNS
90124 - Email
125+ - import-certificate
91126 runs-on : ubuntu-latest
92127 steps :
93128 - name : ' Checkout'
You can’t perform that action at this time.
0 commit comments