Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Mark the VPN secrets as optional for the Terraform deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Mar 8, 2024
1 parent a603374 commit b26d74a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ on:
AZURE_SUBSCRIPTION_ID:
required: true
VPN_TLS_KEY:
required: true
required: false
VPN_CA_CERTIFICATE:
required: true
required: false
VPN_GITHUB_CERTIFICATE:
required: true
required: false
VPN_GITHUB_SECRET_KEY:
required: true
required: false
outputs:
REGISTRY:
description: The container registry
Expand Down

0 comments on commit b26d74a

Please sign in to comment.