Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajoshi12 committed Jun 9, 2024
1 parent 277d250 commit 7bcda9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/terraform-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ on:
env:
# verbosity setting for Terraform logs
TF_LOG: INFO
BUCKET_TF_STATE: ${{ secrets.BUCKET_TF_STATE}}
TF_VAR_client_id: ${{ secrets.TF_VAR_CLIENT_ID }}
TF_VAR_client_secret: ${{ secrets.TF_VAR_CLIENT_SECRET }}
TF_VAR_subscription_id: ${{ secrets.TF_VAR_SUBSCRIPTION_ID }}
TF_VAR_tenant_id: ${{ secrets.TF_VAR_TENANT_ID }}


jobs:
terraform:
Expand Down Expand Up @@ -43,6 +47,7 @@ jobs:
- name: Terraform init
id: init
run: terraform init


- name: Terraform format
id: fmt
Expand Down

0 comments on commit 7bcda9e

Please sign in to comment.