Skip to content

Commit

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

See merge request claranet/projects/cloud/azure/terraform/modules/support!88
  • Loading branch information
OneGit service account - Renovate committed Oct 4, 2024
2 parents 664e810 + 8024390 commit db1846f
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 @@ -140,7 +140,7 @@ module "support" {
| Name | Source | Version |
|------|--------|---------|
| azure\_region | claranet/regions/azurerm | ~> 7.2.0 |
| bastion\_vm | claranet/linux-vm/azurerm | ~> 7.11.2 |
| 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\_subnet | claranet/subnet/azurerm | ~> 7.1.0 |
Expand Down
2 changes: 1 addition & 1 deletion r-bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "claranet_gallery_images" {

module "bastion_vm" {
source = "claranet/linux-vm/azurerm"
version = "~> 7.11.2"
version = "~> 7.12.0"

location = var.location
location_short = var.location_short
Expand Down

0 comments on commit db1846f

Please sign in to comment.