Skip to content

Commit

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

See merge request claranet/projects/cloud/azure/terraform/modules/private-dns-resolver!56
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 8e39e87 + f64b5e1 commit a6ae54e
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 @@ -208,7 +208,7 @@ module "private_dns_resolver" {
| Name | Source | Version |
|------|--------|---------|
| subnets | claranet/subnet/azurerm | 7.2.0 |
| vnet | claranet/vnet/azurerm | 7.0.0 |
| vnet | claranet/vnet/azurerm | 7.1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion r-network.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vnet" {
source = "claranet/vnet/azurerm"
version = "7.0.0"
version = "7.1.0"

count = var.vnet_id == "" ? 1 : 0

Expand Down

0 comments on commit a6ae54e

Please sign in to comment.