Skip to content

Commit

Permalink
pr-fix: correct secret value
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Aug 1, 2024
1 parent f0188bb commit 16a11f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/deploy-test-resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module vault 'br/public:avm/res/key-vault/vault:0.6.1' = {
}
{
name: resourceId_secretName
value: workspace.outputs.resourceGroupName
value: workspace.outputs.resourceId
}
]
}
Expand Down

0 comments on commit 16a11f2

Please sign in to comment.