Skip to content

Commit

Permalink
chore: Bump claranet/diagnostic-settings/azurerm from 6.2.0 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [claranet/diagnostic-settings/azurerm](https://github.com/claranet/terraform-azurerm-diagnostic-settings) from 6.2.0 to 6.5.0.
- [Changelog](https://github.com/claranet/terraform-azurerm-diagnostic-settings/blob/master/CHANGELOG.md)
- [Commits](claranet/terraform-azurerm-diagnostic-settings@v6.2.0...v6.5.0)

---
updated-dependencies:
- dependency-name: claranet/diagnostic-settings/azurerm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 9dbc27c commit 05608ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "diagnostic_settings" {
count = module.this.enabled && var.diagnostic_settings.enabled != null ? 1 : 0

source = "claranet/diagnostic-settings/azurerm"
version = "6.2.0"
version = "6.5.0"

resource_id = one(azurerm_public_ip.this[*].id)
logs_destinations_ids = var.diagnostic_settings.logs_destinations_ids
Expand Down

0 comments on commit 05608ab

Please sign in to comment.