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 terraform claranet/keyvault/azurerm to ~> 7.7.0

See merge request claranet/projects/cloud/azure/terraform/modules/run!105
  • Loading branch information
Shr3ps committed Oct 8, 2024
2 parents c7008f7 + da24b3e commit 6a8f17c
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 @@ -171,7 +171,7 @@ module "run" {
|------|--------|---------|
| automation\_account | ./modules/automation-account | n/a |
| backup | ./modules/backup | n/a |
| keyvault | claranet/keyvault/azurerm | ~> 7.6.0 |
| keyvault | claranet/keyvault/azurerm | ~> 7.7.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.6.0"
version = "~> 7.7.0"

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

0 comments on commit 6a8f17c

Please sign in to comment.