Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Feb 19, 2025
1 parent 29c0783 commit 6035115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/res/db-for-my-sql/flexible-server/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ resource cMKGeoKeyVault 'Microsoft.KeyVault/vaults@2023-02-01' existing = if (!e
)

resource cMKKey 'keys@2023-02-01' existing = if (!empty(customerManagedKeyGeo.?keyVaultResourceId) && !empty(customerManagedKeyGeo.?keyName)) {
name: customerManagedKeyGeo.?keyName ?? 'dummyKey'
name: customerManagedKeyGeo.?keyName!
}
}

Expand Down

0 comments on commit 6035115

Please sign in to comment.