Skip to content

Commit

Permalink
Merge branch 'renovate/claranet-subnet-azurerm-6.x' into 'master'
Browse files Browse the repository at this point in the history
chore(deps): update terraform claranet/subnet/azurerm to v6.3.0

See merge request claranet/projects/cloud/azure/terraform/modules/private-dns-resolver!4
  • Loading branch information
rossifumax committed Mar 15, 2024
2 parents c9cc230 + 57ee180 commit c653b8e
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 @@ -207,7 +207,7 @@ module "private_dns_resolver" {

| Name | Source | Version |
|------|--------|---------|
| subnets | claranet/subnet/azurerm | 6.1.0 |
| subnets | claranet/subnet/azurerm | 6.3.0 |
| vnet | claranet/vnet/azurerm | 5.2.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion r-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "vnet" {

module "subnets" {
source = "claranet/subnet/azurerm"
version = "6.1.0"
version = "6.3.0"

for_each = local.endpoints

Expand Down

0 comments on commit c653b8e

Please sign in to comment.