File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2021,7 +2021,7 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
20212021 enableSoftDelete : true
20222022 softDeleteRetentionInDays : 7
20232023 diagnosticSettings : enableMonitoring
2024- ? [{ workspaceResourceId : logAnalyticsWorkspace !. outputs . resourceId }]
2024+ ? [{ workspaceResourceId : logAnalyticsWorkspaceResourceId }]
20252025 : []
20262026 // WAF aligned configuration for Private Networking
20272027 privateEndpoints : enablePrivateNetworking
Original file line number Diff line number Diff line change @@ -2062,7 +2062,7 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
20622062 enableSoftDelete : true
20632063 softDeleteRetentionInDays : 7
20642064 diagnosticSettings : enableMonitoring
2065- ? [{ workspaceResourceId : logAnalyticsWorkspace !. outputs . resourceId }]
2065+ ? [{ workspaceResourceId : logAnalyticsWorkspaceResourceId }]
20662066 : []
20672067 // WAF aligned configuration for Private Networking
20682068 privateEndpoints : enablePrivateNetworking
You can’t perform that action at this time.
0 commit comments