Skip to content

Commit

Permalink
chore(deps): update terraform claranet/diagnostic-settings/azurerm to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
1 parent b879f22 commit eb388c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module "site_recovery" {
| Name | Source | Version |
|------|--------|---------|
| cache\_storage\_account | claranet/storage-account/azurerm | ~> 7.13.3 |
| diagnostics\_recovery\_vault | claranet/diagnostic-settings/azurerm | ~> 6.5.0 |
| diagnostics\_recovery\_vault | claranet/diagnostic-settings/azurerm | ~> 7.0.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion r-logs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "diagnostics_recovery_vault" {
source = "claranet/diagnostic-settings/azurerm"
version = "~> 6.5.0"
version = "~> 7.0.0"

logs_destinations_ids = coalesce(var.recovery_vault_logs_destinations_ids, var.logs_destinations_ids)
resource_id = azurerm_recovery_services_vault.asr_vault.id
Expand Down

0 comments on commit eb388c7

Please sign in to comment.