Skip to content

Commit

Permalink
kvt(pw): show value in output from main bicep file
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 10, 2024
1 parent 4237def commit 3bbcdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .vs/0079-bicep-exercises/v17/.wsuo
Binary file not shown.
5 changes: 3 additions & 2 deletions exercises-dev/main-exercises-dev.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ targetScope = 'subscription'
param primaryLocation string = 'centralus'

param labResourceGroup string = 'rgp-lab'
// @secure()
// param keyVaultSecret string
@secure()
param kvtPw string
param iacResourceGroup string = 'rgp-iac'
param kvtName string = 'iac-kvt-01'

Expand Down Expand Up @@ -64,6 +64,7 @@ output staAccountId3 string = lab.outputs.staAccountId3
output staAccountId string = lab.outputs.storageAccountId
output logAnalyticsId string = lab.outputs.lawId
output keyVaultId string = kvt.id
output keVaultSecret string = kvtPw
output labStaAccountIds array = lab.outputs.staAccountIds
output labStorageAccountInfo array = lab.outputs.storageInfo
output labExtraStorageAccountId string = lab.outputs.additionalStaId

0 comments on commit 3bbcdfc

Please sign in to comment.