Skip to content

Commit b27d877

Browse files
authored
add setup-terraform to docs (#1902)
1 parent 5b6982c commit b27d877

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/ce/getting-started/github-actions-+-aws.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
with:
7171
digger-spec: ${{ inputs.spec }}
7272
setup-aws: true
73+
setup-terraform: true
7374
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7475
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7576
env:

docs/ce/getting-started/github-actions-and-gcp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
digger-spec: ${{ inputs.spec }}
8181
setup-aws: false
82+
setup-terraform: true
8283
env:
8384
GITHUB_CONTEXT: ${{ toJson(github) }}
8485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)