Skip to content

Commit

Permalink
Merge branch 'renovate/claranet-keyvault-azurerm-7.x' into 'master'
Browse files Browse the repository at this point in the history
chore(deps): update dependency claranet/keyvault/azurerm to ~> 7.6.0

See merge request claranet/projects/cloud/azure/terraform/modules/run!101
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 02d6f52 + 080f4c3 commit 4e139f5
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 @@ -167,7 +167,7 @@ module "run" {
|------|--------|---------|
| automation\_account | ./modules/automation-account | n/a |
| backup | ./modules/backup | n/a |
| keyvault | claranet/keyvault/azurerm | ~> 7.5.0 |
| keyvault | claranet/keyvault/azurerm | ~> 7.6.0 |
| logs | ./modules/logs | n/a |
| monitoring\_function | ./modules/monitoring-function | n/a |
| update\_management | ./modules/update-management | n/a |
Expand Down
2 changes: 1 addition & 1 deletion m-keyvault.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "keyvault" {
source = "claranet/keyvault/azurerm"
version = "~> 7.5.0"
version = "~> 7.6.0"

client_name = var.client_name
environment = var.environment
Expand Down

0 comments on commit 4e139f5

Please sign in to comment.