Skip to content

Commit

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

See merge request claranet/projects/cloud/azure/terraform/modules/support!89
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents db1846f + 35248d9 commit 1053c3d
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 @@ -142,7 +142,7 @@ module "support" {
| azure\_region | claranet/regions/azurerm | ~> 7.2.0 |
| bastion\_vm | claranet/linux-vm/azurerm | ~> 7.12.0 |
| claranet\_gallery\_images | claranet/claranet-gallery-images/azapi | ~> 7.0.0 |
| support\_nsg | claranet/nsg/azurerm | ~> 7.7.0 |
| support\_nsg | claranet/nsg/azurerm | ~> 7.8.0 |
| support\_subnet | claranet/subnet/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
Expand Up @@ -31,7 +31,7 @@ resource "azurerm_subnet_network_security_group_association" "subnet_bastion_ass

module "support_nsg" {
source = "claranet/nsg/azurerm"
version = "~> 7.7.0"
version = "~> 7.8.0"

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

0 comments on commit 1053c3d

Please sign in to comment.