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
… 'main'

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

See merge request claranet/projects/cloud/azure/terraform/modules/virtual-wan!70
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 2df2de6 + 47d7f01 commit ff8d7d5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/express-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ locals {

| Name | Source | Version |
|------|--------|---------|
| express\_route\_circuit\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 6.5.0 |
| express\_route\_circuit\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 7.0.0 |

## Resources

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

resource_id = azurerm_express_route_circuit.erc.id
logs_destinations_ids = var.logs_destinations_ids
Expand Down
2 changes: 1 addition & 1 deletion modules/firewall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ locals {

| Name | Source | Version |
|------|--------|---------|
| firewall\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 6.5.0 |
| firewall\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 7.0.0 |

## Resources

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

resource_id = azurerm_firewall.azfw.id
logs_destinations_ids = var.logs_destinations_ids
Expand Down
2 changes: 1 addition & 1 deletion modules/vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ locals {

| Name | Source | Version |
|------|--------|---------|
| vpn\_gateway\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 6.5.0 |
| vpn\_gateway\_diagnostic\_settings | claranet/diagnostic-settings/azurerm | ~> 7.0.0 |

## Resources

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

resource_id = azurerm_vpn_gateway.vpn.id
logs_destinations_ids = var.logs_destinations_ids
Expand Down

0 comments on commit ff8d7d5

Please sign in to comment.