Skip to content

Commit dbb6434

Browse files
committed
Update github import workflow to use s3
1 parent 38f10b6 commit dbb6434

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/terraform-github-import.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
default: true
1111
env:
1212
TF_VAR_GITHUB_APP_PEM_FILE: ${{ secrets.TF_VAR_GITHUB_APP_PEM_FILE }}
13+
AWS_ACCESS_KEY_ID: ${{ secrets.TF_S3_ACCESS_KEY_ID }}
14+
AWS_SECRET_ACCESS_KEY: ${{ secrets.TF_S3_SECRET_ACCESS_KEY }}
1315
jobs:
1416
terraform-github-import:
1517
name: Terraform GitHub Import
@@ -27,7 +29,6 @@ jobs:
2729
- name: Setup Terraform
2830
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
2931
with:
30-
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
3132
terraform_wrapper: false
3233
- name: Terraform fmt
3334
id: fmt

0 commit comments

Comments
 (0)