Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
anson627 committed Oct 17, 2024
1 parent 952a845 commit 187a0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/terraform/set-input-variables-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ steps:
CLOUD: ${{ parameters.cloud }}
REGIONS: ${{ convertToJson(parameters.regions) }}
RUN_ID: $(RUN_ID)
SKU_TIER: $(sku_tier) # should be defined by matrix
INPUT_VARIABLES: ${{ convertToJson(parameters.input_variables) }}
DEBUG: $(System.Debug)

0 comments on commit 187a0fb

Please sign in to comment.