Skip to content

Commit

Permalink
Env vars for cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Sep 6, 2024
1 parent 07bff6e commit af580c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
concurrency:
group: project-e00pjzzrtk1fs3yavy

env:
TF_VAR_parent_id: project-e00pjzzrtk1fs3yavy

jobs:
terraform:
name: 'Terraform ${{ matrix.solution.name }}'
Expand All @@ -30,7 +33,6 @@ jobs:
working-directory: ${{ matrix.solution.name }}

env:
TF_VAR_parent_id: project-e00pjzzrtk1fs3yavy
TF_VAR_subnet_id: vpcsubnet-e00dgdntmhgkeej1z3
TF_VAR_loki_access_key_id: ${{ secrets.TF_VAR_LOKI_ACCESS_KEY_ID }}
TF_VAR_loki_secret_key: ${{ secrets.TF_VAR_LOKI_SECRET_KEY }}
Expand Down

0 comments on commit af580c9

Please sign in to comment.