Skip to content

Commit 9d2f189

Browse files
Add working directory for Terraform validate steps
1 parent a830745 commit 9d2f189

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ecdsa_default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
run: terraform fmt -check -recursive
3333

3434
- name: Terraform init
35+
working-directory: ./examples/default
3536
run: terraform init -get -backend=false
3637

3738
- name: Terraform validate
39+
working-directory: ./examples/default
3840
run: terraform validate
3941

4042
secret_scan:

.github/workflows/rsa_public_crl.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy RSA CA with Public CRL
1+
name: Deploy RSA CA with public CRL
22
on:
33
workflow_dispatch:
44
push:
@@ -35,9 +35,11 @@ jobs:
3535
run: terraform fmt -check -recursive
3636

3737
- name: Terraform init
38+
working-directory: ./examples/rsa-public-crl
3839
run: terraform init -get -backend=false
3940

4041
- name: Terraform validate
42+
working-directory: ./examples/rsa-public-crl
4143
run: terraform validate
4244

4345
secret_scan:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Website
1+
name: Publish website
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)