We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa06752 commit 619db50Copy full SHA for 619db50
.github/workflows/deploy_azure_infra.yaml
@@ -39,8 +39,7 @@ jobs:
39
40
- name: Terraform Apply
41
if: github.event_name == 'push'
42
- run: terraform apply -var-file="${{ github.event.deployment_environment }}.tfvars" \
43
- -auto-approve tfplan
+ run: terraform apply -var-file="dev.tfvars -auto-approve tfplan
44
45
- name: Terraform destroy plan
46
if: github.event.inputs.confirm == 'yes'
create-azure-infra/variables.tf
@@ -64,4 +64,4 @@ variable "GITHUB_APP_PEM_FILE" {
64
variable "GITHUB_APP_CLIENTID" {
65
description = "inject github app client ID from env variable"
66
type = string
67
-}
+}
0 commit comments