Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Mar 1, 2024
1 parent ae03d53 commit 0aefa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Environments/Todo-Mongo-AKS/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module keyVault './core/security/keyvault.bicep' = {
module clusterKeyVaultAccess './core/security/keyvault-access.bicep' = {
name: 'cluster-keyvault-access'
params: {
keyVaultName: keyVaultName
keyVaultName: keyVault.outputs.name
principalId: aksClusterIdentityObjectId
}
}
Expand Down

0 comments on commit 0aefa4f

Please sign in to comment.