Skip to content

Commit

Permalink
Merge branch 'renovate/claranet-diagnostic-settings-azurerm-7.x' into…
Browse files Browse the repository at this point in the history
… 'master'

chore(deps): update terraform claranet/diagnostic-settings/azurerm to v7

See merge request claranet/projects/cloud/azure/terraform/modules/site-recovery!61
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents b879f22 + eb388c7 commit a379a22
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 a379a22

Please sign in to comment.