Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 94d33ff

Browse files
authored
Update cd-pr.yml
1 parent f13b96a commit 94d33ff

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/cd-pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
- name: Setup Terraform
2525
uses: hashicorp/setup-terraform@v3
26-
with:
27-
terraform_version: "1.10.0"
2826

2927
- name: Show Terraform provider versions
3028
working-directory: terraform-stg
@@ -74,8 +72,6 @@ jobs:
7472
env:
7573
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
7674
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
77-
TF_LOG: DEBUG
78-
GODEBUG: http2client=1
7975
run: |
8076
timeout 3m terraform plan -input=false -out=tfplan \
8177
-var="db_user=${{ secrets.DB_USER }}" \

0 commit comments

Comments
 (0)