Skip to content

Commit 619db50

Browse files
committed
chore: update backend var
1 parent aa06752 commit 619db50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy_azure_infra.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
4040
- name: Terraform Apply
4141
if: github.event_name == 'push'
42-
run: terraform apply -var-file="${{ github.event.deployment_environment }}.tfvars" \
43-
-auto-approve tfplan
42+
run: terraform apply -var-file="dev.tfvars -auto-approve tfplan
4443

4544
- name: Terraform destroy plan
4645
if: github.event.inputs.confirm == 'yes'

create-azure-infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ variable "GITHUB_APP_PEM_FILE" {
6464
variable "GITHUB_APP_CLIENTID" {
6565
description = "inject github app client ID from env variable"
6666
type = string
67-
}
67+
}

0 commit comments

Comments
 (0)